#1C3555

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

Shades of Catalina Blue #1C3555

Tints of Catalina Blue #1C3555

Color information

#1C3555 (or 0x1C3555) is unknown color: approx Catalina Blue. HEX triplet: 1C, 35 and 55. RGB value is (28,53,85). Sum of RGB (Red+Green+Blue) = 28+53+85=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #1C3555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3555 is #E3CAAA. Grayscale: #313131. Windows color (decimal): -14928555 or 5584156. OLE color: 5584156.

HSL color Cylindrical-coordinate representation of color #1C3555: hue angle of 213.68º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C3555 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB285385-
CMYK0.670.3800.67
HSL213.68º50.44%22.16%-
HSV(B)213.68º67.06%33.33%-
XYZ3.393.459.08-
YUV49.17148.22112.9-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.87%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 85 (33.59% from 255) = 51.20%
R=16.87%
G=31.93%
B=51.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2853850.670.3800.67213.6850.4422.16
Hex1C35554326043d63216
Octal34651251034601033266226
Binary1110011010110101011000011100110010000111101011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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