#1C3368

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

Shades of Catalina Blue #1C3368

Tints of Catalina Blue #1C3368

Color information

#1C3368 (or 0x1C3368) is unknown color: approx Catalina Blue. HEX triplet: 1C, 33 and 68. RGB value is (28,51,104). Sum of RGB (Red+Green+Blue) = 28+51+104=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #1C3368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3368 is #E3CC97. Grayscale: #313131. Windows color (decimal): -14929048 or 6828828. OLE color: 6828828.

HSL color Cylindrical-coordinate representation of color #1C3368: hue angle of 221.84º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C3368 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2851104-
CMYK0.730.5100.59
HSL221.84º57.58%25.88%-
HSV(B)221.84º73.08%40.78%-
XYZ4.163.6113.57-
YUV50.16158.38112.19-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.30%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 104 (41.02% from 255) = 56.83%
R=15.30%
G=27.87%
B=56.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28511040.730.5100.59221.8457.5825.88
Hex1C3368493303Bde3a1a
Octal3463150111630733367232
Binary111001100111101000100100111001101110111101111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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