#2C4662

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

Shades of Catalina Blue #2C4662

Tints of Catalina Blue #2C4662

Color information

#2C4662 (or 0x2C4662) is unknown color: approx Catalina Blue. HEX triplet: 2C, 46 and 62. RGB value is (44,70,98). Sum of RGB (Red+Green+Blue) = 44+70+98=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #2C4662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4662 is #D3B99D. Grayscale: #414141. Windows color (decimal): -13875614 or 6440492. OLE color: 6440492.

HSL color Cylindrical-coordinate representation of color #2C4662: hue angle of 211.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C4662 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB447098-
CMYK0.550.2900.62
HSL211.11º38.03%27.84%-
HSV(B)211.11º55.1%38.43%-
XYZ5.435.812.39-
YUV65.42146.39112.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.75%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 98 (38.67% from 255) = 46.23%
R=20.75%
G=33.02%
B=46.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4470980.550.2900.62211.1138.0327.84
Hex2C4662371D03Ed3261c
Octal5410614267350763234634
Binary101100100011011000101101111110101111101101001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,70,98); }

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

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

 a { background-color: rgb(44,70,98); }

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

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

 span { border-color: rgb(44,70,98); }

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