#2C456A

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

Shades of Catalina Blue #2C456A

Tints of Catalina Blue #2C456A

Color information

#2C456A (or 0x2C456A) is unknown color: approx Catalina Blue. HEX triplet: 2C, 45 and 6A. RGB value is (44,69,106). Sum of RGB (Red+Green+Blue) = 44+69+106=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #2C456A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C456A is #D3BA95. Grayscale: #414141. Windows color (decimal): -13875862 or 6964524. OLE color: 6964524.

HSL color Cylindrical-coordinate representation of color #2C456A: hue angle of 215.81º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C456A is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4469106-
CMYK0.580.3500.58
HSL215.81º41.33%29.41%-
HSV(B)215.81º58.49%41.57%-
XYZ5.775.8314.46-
YUV65.74150.72112.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.09%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=20.09%
G=31.51%
B=48.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44691060.580.3500.58215.8141.3329.41
Hex2C456A3A2303Ad8291d
Octal5410515272430723305135
Binary1011001000101110101011101010001101110101101100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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