Html Css Color HEX #29476C Catalina Blue

📋 copy color: '#29476C'

red 41 ◦ green 71 ◦ blue 108

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

Shades of Catalina Blue #29476C

Tints of Catalina Blue #29476C

RGB

 RED value IS 41 (16.41% from 255) = 18.64%

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

 BLUE value IS 108 (42.58% from 255) = 49.09%

R = 18.64%
G = 32.27%
B = 49.09%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29476C (or 0x29476C) is known color: Catalina Blue. HEX triplet: 29, 47 and 6C. RGB value is (41,71,108). Sum of RGB (Red+Green+Blue) = 41+71+108=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #29476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29476C is #D6B893. Grayscale: #424242. Windows color (decimal): -14071956 or 7096105. OLE color: 7096105.

HSL color Cylindrical-coordinate representation of color #29476C: hue angle of 213.13º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29476C is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 71 108 -
CMYK 0.62 0.34 0 0.58
HSL 213.13º 0.45% 0.29% -
HSV(B) 213.13º 0.62% 0.42% -
XYZ 5.87 6.06 15.05 -
YUV 66.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 41 71 108 0.62 0.34 0 0.58 213.13 0.45 0.29
Hex 29 47 6C 3E 22 0 3A D5 2D 1D
Octal 51 107 154 76 42 0 72 325 55 35
Binary 101001 1000111 1101100 111110 100010 0 111010 11010101 101101 11101

Color Harmonies of #29476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29476C

Black with #29476C

Text Example


Text Example

White with #29476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29476C; }

 p { color: rgb(41,71,108); }

 H1.HeaderClassName
 {
   color: #29476C;
 }
 .AnyTagClassName
 {
   color: #29476C;
 }
</style>

background-color css

<style>
 a { background-color: #29476C; }

 a { background-color: rgb(41,71,108); }

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

border-color css

<style>
 span { border-color: #29476C; }

 span { border-color: rgb(41,71,108); }

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