Html Css Color HEX #29466A Catalina Blue

📋 copy color: '#29466A'

red 41 ◦ green 70 ◦ blue 106

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

Shades of Catalina Blue #29466A

Tints of Catalina Blue #29466A

RGB

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

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

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

R = 18.89%
G = 32.26%
B = 48.85%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29466A (or 0x29466A) is known color: Catalina Blue. HEX triplet: 29, 46 and 6A. RGB value is (41,70,106). Sum of RGB (Red+Green+Blue) = 41+70+106=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #29466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29466A is #D6B995. Grayscale: #414141. Windows color (decimal): -14072214 or 6964777. OLE color: 6964777.

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

Color convert

RGB 41 70 106 -
CMYK 0.61 0.34 0 0.58
HSL 213.23º 0.44% 0.29% -
HSV(B) 213.23º 0.61% 0.42% -
XYZ 5.71 5.89 14.47 -
YUV 65.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 41 70 106 0.61 0.34 0 0.58 213.23 0.44 0.29
Hex 29 46 6A 3D 22 0 3A D5 2C 1D
Octal 51 106 152 75 42 0 72 325 54 35
Binary 101001 1000110 1101010 111101 100010 0 111010 11010101 101100 11101

Color Harmonies of #29466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29466A

Black with #29466A

Text Example


Text Example

White with #29466A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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