#1C3269

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

Shades of Catalina Blue #1C3269

Tints of Catalina Blue #1C3269

Color information

#1C3269 (or 0x1C3269) is unknown color: approx Catalina Blue. HEX triplet: 1C, 32 and 69. RGB value is (28,50,105). Sum of RGB (Red+Green+Blue) = 28+50+105=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #1C3269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3269 is #E3CD96. Grayscale: #313131. Windows color (decimal): -14929303 or 6894108. OLE color: 6894108.

HSL color Cylindrical-coordinate representation of color #1C3269: hue angle of 222.86º 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 #1C3269 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2850105-
CMYK0.730.5200.59
HSL222.86º57.89%26.08%-
HSV(B)222.86º73.33%41.18%-
XYZ4.173.5513.83-
YUV49.69159.21112.53-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.30%
GREEN value IS 50 (19.92% from 255) = 27.32%
BLUE value IS 105 (41.41% from 255) = 57.38%
R=15.30%
G=27.32%
B=57.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28501050.730.5200.59222.8657.8926.08
Hex1C3269493403Bdf3a1a
Octal3462151111640733377232
Binary111001100101101001100100111010001110111101111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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