#1E3255

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

Shades of Catalina Blue #1E3255

Tints of Catalina Blue #1E3255

Color information

#1E3255 (or 0x1E3255) is unknown color: approx Catalina Blue. HEX triplet: 1E, 32 and 55. RGB value is (30,50,85). Sum of RGB (Red+Green+Blue) = 30+50+85=165 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.18% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E3255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3255 is #E1CDAA. Grayscale: #2F2F2F. Windows color (decimal): -14798251 or 5583390. OLE color: 5583390.

HSL color Cylindrical-coordinate representation of color #1E3255: hue angle of 218.18º 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 #1E3255 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB305085-
CMYK0.650.4100.67
HSL218.18º47.83%22.55%-
HSV(B)218.18º64.71%33.33%-
XYZ3.323.219.04-
YUV48.01148.87115.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.18%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 85 (33.59% from 255) = 51.52%
R=18.18%
G=30.30%
B=51.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3050850.650.4100.67218.1847.8322.55
Hex1E32554129043da3017
Octal36621251015101033326027
Binary1111011001010101011000001101001010000111101101011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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