Html Css Color HEX #29466E Catalina Blue

📋 copy color: '#29466E'

red 41 ◦ green 70 ◦ blue 110

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

Shades of Catalina Blue #29466E

Tints of Catalina Blue #29466E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 49.77%

R = 18.55%
G = 31.67%
B = 49.77%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29466E (or 0x29466E) is known color: Catalina Blue. HEX triplet: 29, 46 and 6E. RGB value is (41,70,110). Sum of RGB (Red+Green+Blue) = 41+70+110=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #29466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29466E is #D6B991. Grayscale: #414141. Windows color (decimal): -14072210 or 7226921. OLE color: 7226921.

HSL color Cylindrical-coordinate representation of color #29466E: hue angle of 214.78º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29466E is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 70 110 -
CMYK 0.63 0.36 0 0.57
HSL 214.78º 0.46% 0.3% -
HSV(B) 214.78º 0.63% 0.43% -
XYZ 5.92 5.98 15.59 -
YUV 65.89 152.89 110.25 -
System Red Green Blue C M Y K H S L
Decimal 41 70 110 0.63 0.36 0 0.57 214.78 0.46 0.3
Hex 29 46 6E 3F 24 0 39 D7 2E 1E
Octal 51 106 156 77 44 0 71 327 56 36
Binary 101001 1000110 1101110 111111 100100 0 111001 11010111 101110 11110

Color Harmonies of #29466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29466E

Black with #29466E

Text Example


Text Example

White with #29466E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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