#2C4360

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

Shades of Catalina Blue #2C4360

Tints of Catalina Blue #2C4360

Color information

#2C4360 (or 0x2C4360) is unknown color: approx Catalina Blue. HEX triplet: 2C, 43 and 60. RGB value is (44,67,96). Sum of RGB (Red+Green+Blue) = 44+67+96=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #2C4360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4360 is #D3BC9F. Grayscale: #3F3F3F. Windows color (decimal): -13876384 or 6308652. OLE color: 6308652.

HSL color Cylindrical-coordinate representation of color #2C4360: hue angle of 213.46º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C4360 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB446796-
CMYK0.540.3000.62
HSL213.46º37.14%27.45%-
HSV(B)213.46º54.17%37.65%-
XYZ5.165.3911.84-
YUV63.43146.38114.14-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.26%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=21.26%
G=32.37%
B=46.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4467960.540.3000.62213.4637.1427.45
Hex2C4360361E03Ed5251b
Octal5410314066360763254533
Binary101100100001111000001101101111001111101101010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C4360; }

 p { color: rgb(44,67,96); }

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

<style>
 a { background-color: #2C4360; }

 a { background-color: rgb(44,67,96); }

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

<style>
 span { border-color: #2C4360; }

 span { border-color: rgb(44,67,96); }

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