#1E3766

Color #1E3766 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #1E3766

Tints of Catalina Blue #1E3766

Color information

#1E3766 (or 0x1E3766) is unknown color: approx Catalina Blue. HEX triplet: 1E, 37 and 66. RGB value is (30,55,102). Sum of RGB (Red+Green+Blue) = 30+55+102=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #1E3766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3766 is #E1C899. Grayscale: #343434. Windows color (decimal): -14796954 or 6698782. OLE color: 6698782.

HSL color Cylindrical-coordinate representation of color #1E3766: hue angle of 219.17º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E3766 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3055102-
CMYK0.710.4600.6
HSL219.17º54.55%25.88%-
HSV(B)219.17º70.59%40%-
XYZ4.33.9713.11-
YUV52.88155.72111.68-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.04%
GREEN value IS 55 (21.88% from 255) = 29.41%
BLUE value IS 102 (40.23% from 255) = 54.55%
R=16.04%
G=29.41%
B=54.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal30551020.710.4600.6219.1754.5525.88
Hex1E3766472E03Cdb371a
Octal3667146107560743336732
Binary111101101111100110100011110111001111001101101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E3766; }

 p { color: rgb(30,55,102); }

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

<style>
 a { background-color: #1E3766; }

 a { background-color: rgb(30,55,102); }

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

<style>
 span { border-color: #1E3766; }

 span { border-color: rgb(30,55,102); }

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