#1C3257

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

Shades of Catalina Blue #1C3257

Tints of Catalina Blue #1C3257

Color information

#1C3257 (or 0x1C3257) is unknown color: approx Catalina Blue. HEX triplet: 1C, 32 and 57. RGB value is (28,50,87). Sum of RGB (Red+Green+Blue) = 28+50+87=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #1C3257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3257 is #E3CDA8. Grayscale: #2F2F2F. Windows color (decimal): -14929321 or 5714460. OLE color: 5714460.

HSL color Cylindrical-coordinate representation of color #1C3257: hue angle of 217.63º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C3257 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB285087-
CMYK0.680.4300.66
HSL217.63º51.3%22.55%-
HSV(B)217.63º67.82%34.12%-
XYZ3.343.229.46-
YUV47.64150.21113.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.97%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 87 (34.38% from 255) = 52.73%
R=16.97%
G=30.30%
B=52.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2850870.680.4300.66217.6351.322.55
Hex1C3257442B042da3317
Octal34621271045301023326327
Binary1110011001010101111000100101011010000101101101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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