#2C4565

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

Shades of Catalina Blue #2C4565

Tints of Catalina Blue #2C4565

Color information

#2C4565 (or 0x2C4565) is unknown color: approx Catalina Blue. HEX triplet: 2C, 45 and 65. RGB value is (44,69,101). Sum of RGB (Red+Green+Blue) = 44+69+101=214 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.56% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #2C4565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4565 is #D3BA9A. Grayscale: #414141. Windows color (decimal): -13875867 or 6636844. OLE color: 6636844.

HSL color Cylindrical-coordinate representation of color #2C4565: hue angle of 213.68º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C4565 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4469101-
CMYK0.560.3200.60
HSL213.68º39.31%28.43%-
HSV(B)213.68º56.44%39.61%-
XYZ5.525.7313.13-
YUV65.17148.22112.9-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.56%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 101 (39.84% from 255) = 47.20%
R=20.56%
G=32.24%
B=47.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal44691010.560.3200.60213.6839.3128.43
Hex2C4565382003Cd6271c
Octal5410514570400743264734
Binary1011001000101110010111100010000001111001101011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,69,101); }

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

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

 a { background-color: rgb(44,69,101); }

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

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

 span { border-color: rgb(44,69,101); }

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