#1C3259

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

Shades of Catalina Blue #1C3259

Tints of Catalina Blue #1C3259

Color information

#1C3259 (or 0x1C3259) is unknown color: approx Catalina Blue. HEX triplet: 1C, 32 and 59. RGB value is (28,50,89). Sum of RGB (Red+Green+Blue) = 28+50+89=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C3259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3259 is #E3CDA6. Grayscale: #2F2F2F. Windows color (decimal): -14929319 or 5845532. OLE color: 5845532.

HSL color Cylindrical-coordinate representation of color #1C3259: hue angle of 218.36º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C3259 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB285089-
CMYK0.690.4400.65
HSL218.36º52.14%22.94%-
HSV(B)218.36º68.54%34.9%-
XYZ3.423.259.9-
YUV47.87151.21113.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.77%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 89 (35.16% from 255) = 53.29%
R=16.77%
G=29.94%
B=53.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2850890.690.4400.65218.3652.1422.94
Hex1C3259452C041da3417
Octal34621311055401013326427
Binary1110011001010110011000101101100010000011101101011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,50,89); }

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

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

 a { background-color: rgb(28,50,89); }

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

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

 span { border-color: rgb(28,50,89); }

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