Html Css Color HEX #29466C Catalina Blue

📋 copy color: '#29466C'

red 41 ◦ green 70 ◦ blue 108

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

Shades of Catalina Blue #29466C

Tints of Catalina Blue #29466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

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

R = 18.72%
G = 31.96%
B = 49.32%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29466C (or 0x29466C) is known color: Catalina Blue. HEX triplet: 29, 46 and 6C. RGB value is (41,70,108). Sum of RGB (Red+Green+Blue) = 41+70+108=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #29466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29466C is #D6B993. Grayscale: #414141. Windows color (decimal): -14072212 or 7095849. OLE color: 7095849.

HSL color Cylindrical-coordinate representation of color #29466C: hue angle of 214.03º 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 #29466C is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 70 108 -
CMYK 0.62 0.35 0 0.58
HSL 214.03º 0.45% 0.29% -
HSV(B) 214.03º 0.62% 0.42% -
XYZ 5.81 5.93 15.03 -
YUV 65.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 41 70 108 0.62 0.35 0 0.58 214.03 0.45 0.29
Hex 29 46 6C 3E 23 0 3A D6 2D 1D
Octal 51 106 154 76 43 0 72 326 55 35
Binary 101001 1000110 1101100 111110 100011 0 111010 11010110 101101 11101

Color Harmonies of #29466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29466C

Black with #29466C

Text Example


Text Example

White with #29466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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