#1C3156

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

Shades of Catalina Blue #1C3156

Tints of Catalina Blue #1C3156

Color information

#1C3156 (or 0x1C3156) is unknown color: approx Catalina Blue. HEX triplet: 1C, 31 and 56. RGB value is (28,49,86). Sum of RGB (Red+Green+Blue) = 28+49+86=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #1C3156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3156 is #E3CEA9. Grayscale: #2E2E2E. Windows color (decimal): -14929578 or 5648668. OLE color: 5648668.

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

Color convert

RGB284986-
CMYK0.670.4300.66
HSL218.28º50.88%22.35%-
HSV(B)218.28º67.44%33.73%-
XYZ3.263.129.23-
YUV46.94150.04114.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.18%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 86 (33.98% from 255) = 52.76%
R=17.18%
G=30.06%
B=52.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2849860.670.4300.66218.2850.8822.35
Hex1C3156432B042da3316
Octal34611261035301023326326
Binary1110011000110101101000011101011010000101101101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,49,86); }

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

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

 a { background-color: rgb(28,49,86); }

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

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

 span { border-color: rgb(28,49,86); }

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