#1E335F

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

Shades of Catalina Blue #1E335F

Tints of Catalina Blue #1E335F

Color information

#1E335F (or 0x1E335F) is unknown color: approx Catalina Blue. HEX triplet: 1E, 33 and 5F. RGB value is (30,51,95). Sum of RGB (Red+Green+Blue) = 30+51+95=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #1E335F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E335F is #E1CCA0. Grayscale: #313131. Windows color (decimal): -14797985 or 6239006. OLE color: 6239006.

HSL color Cylindrical-coordinate representation of color #1E335F: hue angle of 220.62º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E335F is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB305195-
CMYK0.680.4600.63
HSL220.62º52%24.51%-
HSV(B)220.62º68.42%37.25%-
XYZ3.783.4711.3-
YUV49.74153.54113.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.05%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 95 (37.5% from 255) = 53.98%
R=17.05%
G=28.98%
B=53.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3051950.680.4600.63220.625224.51
Hex1E335F442E03Fdd3419
Octal3663137104560773356431
Binary111101100111011111100010010111001111111101110111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,51,95); }

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

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

 a { background-color: rgb(30,51,95); }

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

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

 span { border-color: rgb(30,51,95); }

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