#1C356E

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

Shades of Catalina Blue #1C356E

Tints of Catalina Blue #1C356E

Color information

#1C356E (or 0x1C356E) is unknown color: approx Catalina Blue. HEX triplet: 1C, 35 and 6E. RGB value is (28,53,110). Sum of RGB (Red+Green+Blue) = 28+53+110=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C356E is #E3CA91. Grayscale: #333333. Windows color (decimal): -14928530 or 7222556. OLE color: 7222556.

HSL color Cylindrical-coordinate representation of color #1C356E: hue angle of 221.71º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C356E is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2853110-
CMYK0.750.5200.57
HSL221.71º59.42%27.06%-
HSV(B)221.71º74.55%43.14%-
XYZ4.573.9215.27-
YUV52.02160.72110.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 53 (21.09% from 255) = 27.75%
BLUE value IS 110 (43.36% from 255) = 57.59%
R=14.66%
G=27.75%
B=57.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28531100.750.5200.57221.7159.4227.06
Hex1C356E4B34039de3b1b
Octal3465156113640713367333
Binary111001101011101110100101111010001110011101111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,53,110); }

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

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

 a { background-color: rgb(28,53,110); }

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

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

 span { border-color: rgb(28,53,110); }

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