Html Css Color HEX #2C4669 Catalina Blue

📋 copy color: '#2C4669'

red 44 ◦ green 70 ◦ blue 105

#2C4669
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #2C4669

Tints of Catalina Blue #2C4669

RGB

 RED value IS 44 (17.58% from 255) = 20.09%

 GREEN value IS 70 (27.73% from 255) = 31.96%

 BLUE value IS 105 (41.41% from 255) = 47.95%

R = 20.09%
G = 31.96%
B = 47.95%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2C4669 (or 0x2C4669) is known color: Catalina Blue. HEX triplet: 2C, 46 and 69. RGB value is (44,70,105). Sum of RGB (Red+Green+Blue) = 44+70+105=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C4669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4669 is #D3B996. Grayscale: #424242. Windows color (decimal): -13875607 or 6899244. OLE color: 6899244.

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

Color convert

RGB 44 70 105 -
CMYK 0.58 0.33 0 0.59
HSL 214.43º 0.41% 0.29% -
HSV(B) 214.43º 0.58% 0.41% -
XYZ 5.78 5.94 14.21 -
YUV 66.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 44 70 105 0.58 0.33 0 0.59 214.43 0.41 0.29
Hex 2C 46 69 3A 21 0 3B D6 29 1D
Octal 54 106 151 72 41 0 73 326 51 35
Binary 101100 1000110 1101001 111010 100001 0 111011 11010110 101001 11101

Color Harmonies of #2C4669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4669

Black with #2C4669

Text Example


Text Example

White with #2C4669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C4669;
 }
 .AnyTagClassName
 {
   color: #2C4669;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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