#1E3662

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

Shades of Catalina Blue #1E3662

Tints of Catalina Blue #1E3662

Color information

#1E3662 (or 0x1E3662) is unknown color: approx Catalina Blue. HEX triplet: 1E, 36 and 62. RGB value is (30,54,98). Sum of RGB (Red+Green+Blue) = 30+54+98=182 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.48% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #1E3662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3662 is #E1C99D. Grayscale: #333333. Windows color (decimal): -14797214 or 6436382. OLE color: 6436382.

HSL color Cylindrical-coordinate representation of color #1E3662: hue angle of 218.82º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E3662 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB305498-
CMYK0.690.4500.62
HSL218.82º53.12%25.1%-
HSV(B)218.82º69.39%38.43%-
XYZ4.063.812.07-
YUV51.84154.05112.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.48%
GREEN value IS 54 (21.48% from 255) = 29.67%
BLUE value IS 98 (38.67% from 255) = 53.85%
R=16.48%
G=29.67%
B=53.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3054980.690.4500.62218.8253.1225.1
Hex1E3662452D03Edb3519
Octal3666142105550763336531
Binary111101101101100010100010110110101111101101101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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