#2C4366

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

Shades of Catalina Blue #2C4366

Tints of Catalina Blue #2C4366

Color information

#2C4366 (or 0x2C4366) is unknown color: approx Catalina Blue. HEX triplet: 2C, 43 and 66. RGB value is (44,67,102). Sum of RGB (Red+Green+Blue) = 44+67+102=213 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.66% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C4366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4366 is #D3BC99. Grayscale: #3F3F3F. Windows color (decimal): -13876378 or 6701868. OLE color: 6701868.

HSL color Cylindrical-coordinate representation of color #2C4366: hue angle of 216.21º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C4366 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4467102-
CMYK0.570.3400.6
HSL216.21º39.73%28.63%-
HSV(B)216.21º56.86%40%-
XYZ5.445.5113.35-
YUV64.11149.38113.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.66%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 102 (40.23% from 255) = 47.89%
R=20.66%
G=31.46%
B=47.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal44671020.570.3400.6216.2139.7328.63
Hex2C4366392203Cd8281d
Octal5410314671420743305035
Binary1011001000011110011011100110001001111001101100010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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