Html Css Color HEX #2C4166 Catalina Blue

📋 copy color: '#2C4166'

red 44 ◦ green 65 ◦ blue 102

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

Shades of Catalina Blue #2C4166

Tints of Catalina Blue #2C4166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.81%

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

R = 20.85%
G = 30.81%
B = 48.34%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2C4166 (or 0x2C4166) is known color: Catalina Blue. HEX triplet: 2C, 41 and 66. RGB value is (44,65,102). Sum of RGB (Red+Green+Blue) = 44+65+102=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C4166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4166 is #D3BE99. Grayscale: #3E3E3E. Windows color (decimal): -13876890 or 6701356. OLE color: 6701356.

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

Color convert

RGB 44 65 102 -
CMYK 0.57 0.36 0 0.6
HSL 218.28º 0.4% 0.29% -
HSV(B) 218.28º 0.57% 0.4% -
XYZ 5.33 5.28 13.31 -
YUV 62.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 44 65 102 0.57 0.36 0 0.6 218.28 0.4 0.29
Hex 2C 41 66 39 24 0 3C DA 28 1D
Octal 54 101 146 71 44 0 74 332 50 35
Binary 101100 1000001 1100110 111001 100100 0 111100 11011010 101000 11101

Color Harmonies of #2C4166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4166

Black with #2C4166

Text Example


Text Example

White with #2C4166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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