Html Css Color HEX #2C4161 Catalina Blue

📋 copy color: '#2C4161'

red 44 ◦ green 65 ◦ blue 97

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

Shades of Catalina Blue #2C4161

Tints of Catalina Blue #2C4161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 47.09%

R = 21.36%
G = 31.55%
B = 47.09%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2C4161 (or 0x2C4161) is known color: Catalina Blue. HEX triplet: 2C, 41 and 61. RGB value is (44,65,97). Sum of RGB (Red+Green+Blue) = 44+65+97=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #2C4161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4161 is #D3BE9E. Grayscale: #3E3E3E. Windows color (decimal): -13876895 or 6373676. OLE color: 6373676.

HSL color Cylindrical-coordinate representation of color #2C4161: hue angle of 216.23º 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 #2C4161 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 65 97 -
CMYK 0.55 0.33 0 0.62
HSL 216.23º 0.38% 0.28% -
HSV(B) 216.23º 0.55% 0.38% -
XYZ 5.09 5.18 12.04 -
YUV 62.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 44 65 97 0.55 0.33 0 0.62 216.23 0.38 0.28
Hex 2C 41 61 37 21 0 3E D8 26 1C
Octal 54 101 141 67 41 0 76 330 46 34
Binary 101100 1000001 1100001 110111 100001 0 111110 11011000 100110 11100

Color Harmonies of #2C4161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4161

Black with #2C4161

Text Example


Text Example

White with #2C4161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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