#1E336C

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

Shades of Catalina Blue #1E336C

Tints of Catalina Blue #1E336C

Color information

#1E336C (or 0x1E336C) is unknown color: approx Catalina Blue. HEX triplet: 1E, 33 and 6C. RGB value is (30,51,108). Sum of RGB (Red+Green+Blue) = 30+51+108=189 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.87% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E336C is #E1CC93. Grayscale: #323232. Windows color (decimal): -14797972 or 7090974. OLE color: 7090974.

HSL color Cylindrical-coordinate representation of color #1E336C: hue angle of 223.85º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E336C is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3051108-
CMYK0.720.5300.58
HSL223.85º56.52%27.06%-
HSV(B)223.85º72.22%42.35%-
XYZ4.433.7314.67-
YUV51.22160.04112.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.87%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 108 (42.58% from 255) = 57.14%
R=15.87%
G=26.98%
B=57.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30511080.720.5300.58223.8556.5227.06
Hex1E336C483503Ae0391b
Octal3663154110650723407133
Binary111101100111101100100100011010101110101110000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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