#263E54

Color #263E54 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #263E54

Tints of Regal Blue #263E54

Color information

#263E54 (or 0x263E54) is unknown color: approx Regal Blue. HEX triplet: 26, 3E and 54. RGB value is (38,62,84). Sum of RGB (Red+Green+Blue) = 38+62+84=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #263E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263E54 is #D9C1AB. Grayscale: #393939. Windows color (decimal): -14270892 or 5520934. OLE color: 5520934.

HSL color Cylindrical-coordinate representation of color #263E54: hue angle of 208.7º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #263E54 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB386284-
CMYK0.550.2600.67
HSL208.7º37.7%23.92%-
HSV(B)208.7º54.76%32.94%-
XYZ4.124.59.04-
YUV57.33143.05114.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 20.65%
GREEN value IS 62 (24.61% from 255) = 33.70%
BLUE value IS 84 (33.20% from 255) = 45.65%
R=20.65%
G=33.70%
B=45.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3862840.550.2600.67208.737.723.92
Hex263E54371A043d12618
Octal4676124673201033214630
Binary100110111110101010011011111010010000111101000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263E54; }

 p { color: rgb(38,62,84); }

 H1.HeaderClassName
 {
   color: #263E54;
 }
 .AnyTagClassName
 {
   color: #263E54;
 }
</style>
background-color css

<style>
 a { background-color: #263E54; }

 a { background-color: rgb(38,62,84); }

 div.DivClassName
 {
   background-color: #263E54;
 }
 .BgClassName
 {
   background-color: #263E54;
 }
</style>
border-color css

<style>
 span { border-color: #263E54; }

 span { border-color: rgb(38,62,84); }

 td.TdClassName
 {
   border-color: #263E54;
 }
 .TagClassName
 {
   border-color: #263E54;
 }
</style>