Html Css Color HEX #2C4266 Catalina Blue

📋 copy color: '#2C4266'

red 44 ◦ green 66 ◦ blue 102

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

Shades of Catalina Blue #2C4266

Tints of Catalina Blue #2C4266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.13%

 BLUE value IS 102 (40.23% from 255) = 48.11%

R = 20.75%
G = 31.13%
B = 48.11%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2C4266 (or 0x2C4266) is known color: Catalina Blue. HEX triplet: 2C, 42 and 66. RGB value is (44,66,102). Sum of RGB (Red+Green+Blue) = 44+66+102=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C4266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4266 is #D3BD99. Grayscale: #3F3F3F. Windows color (decimal): -13876634 or 6701612. OLE color: 6701612.

HSL color Cylindrical-coordinate representation of color #2C4266: hue angle of 217.24º 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 #2C4266 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 44 66 102 -
CMYK 0.57 0.35 0 0.6
HSL 217.24º 0.4% 0.29% -
HSV(B) 217.24º 0.57% 0.4% -
XYZ 5.39 5.39 13.33 -
YUV 63.53 149.71 114.07 -
System Red Green Blue C M Y K H S L
Decimal 44 66 102 0.57 0.35 0 0.6 217.24 0.4 0.29
Hex 2C 42 66 39 23 0 3C D9 28 1D
Octal 54 102 146 71 43 0 74 331 50 35
Binary 101100 1000010 1100110 111001 100011 0 111100 11011001 101000 11101

Color Harmonies of #2C4266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4266

Black with #2C4266

Text Example


Text Example

White with #2C4266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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