Html Css Color HEX #2C476A Catalina Blue

📋 copy color: '#2C476A'

red 44 ◦ green 71 ◦ blue 106

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

Shades of Catalina Blue #2C476A

Tints of Catalina Blue #2C476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.13%

 BLUE value IS 106 (41.8% from 255) = 47.96%

R = 19.91%
G = 32.13%
B = 47.96%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2C476A (or 0x2C476A) is known color: Catalina Blue. HEX triplet: 2C, 47 and 6A. RGB value is (44,71,106). Sum of RGB (Red+Green+Blue) = 44+71+106=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #2C476A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C476A is #D3B895. Grayscale: #424242. Windows color (decimal): -13875350 or 6965036. OLE color: 6965036.

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

Color convert

RGB 44 71 106 -
CMYK 0.58 0.33 0 0.58
HSL 213.87º 0.41% 0.29% -
HSV(B) 213.87º 0.58% 0.42% -
XYZ 5.89 6.08 14.5 -
YUV 66.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 44 71 106 0.58 0.33 0 0.58 213.87 0.41 0.29
Hex 2C 47 6A 3A 21 0 3A D6 29 1D
Octal 54 107 152 72 41 0 72 326 51 35
Binary 101100 1000111 1101010 111010 100001 0 111010 11010110 101001 11101

Color Harmonies of #2C476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C476A

Black with #2C476A

Text Example


Text Example

White with #2C476A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,71,106); }

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

background-color css

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

 a { background-color: rgb(44,71,106); }

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

border-color css

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

 span { border-color: rgb(44,71,106); }

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