#1C3366

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

Shades of Catalina Blue #1C3366

Tints of Catalina Blue #1C3366

Color information

#1C3366 (or 0x1C3366) is unknown color: approx Catalina Blue. HEX triplet: 1C, 33 and 66. RGB value is (28,51,102). Sum of RGB (Red+Green+Blue) = 28+51+102=181 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.47% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #1C3366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3366 is #E3CC99. Grayscale: #313131. Windows color (decimal): -14929050 or 6697756. OLE color: 6697756.

HSL color Cylindrical-coordinate representation of color #1C3366: hue angle of 221.35º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C3366 is Cyan = 0.73, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2851102-
CMYK0.730.500.6
HSL221.35º56.92%25.49%-
HSV(B)221.35º72.55%40%-
XYZ4.063.5713.05-
YUV49.94157.38112.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.47%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 102 (40.23% from 255) = 56.35%
R=15.47%
G=28.18%
B=56.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal28511020.730.500.6221.3556.9225.49
Hex1C3366493203Cdd3919
Octal3463146111620743357131
Binary111001100111100110100100111001001111001101110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,51,102); }

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

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

 a { background-color: rgb(28,51,102); }

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

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

 span { border-color: rgb(28,51,102); }

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