#1E3655

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

Shades of Catalina Blue #1E3655

Tints of Catalina Blue #1E3655

Color information

#1E3655 (or 0x1E3655) is unknown color: approx Catalina Blue. HEX triplet: 1E, 36 and 55. RGB value is (30,54,85). Sum of RGB (Red+Green+Blue) = 30+54+85=169 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.75% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E3655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3655 is #E1C9AA. Grayscale: #323232. Windows color (decimal): -14797227 or 5584414. OLE color: 5584414.

HSL color Cylindrical-coordinate representation of color #1E3655: hue angle of 213.82º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E3655 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB305485-
CMYK0.650.3600.67
HSL213.82º47.83%22.55%-
HSV(B)213.82º64.71%33.33%-
XYZ3.493.579.1-
YUV50.36147.55113.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.75%
GREEN value IS 54 (21.48% from 255) = 31.95%
BLUE value IS 85 (33.59% from 255) = 50.30%
R=17.75%
G=31.95%
B=50.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3054850.650.3600.67213.8247.8322.55
Hex1E36554124043d63017
Octal36661251014401033266027
Binary1111011011010101011000001100100010000111101011011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,54,85); }

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

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

 a { background-color: rgb(30,54,85); }

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

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

 span { border-color: rgb(30,54,85); }

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