Html Css Color HEX #29466B Catalina Blue

📋 copy color: '#29466B'

red 41 ◦ green 70 ◦ blue 107

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

Shades of Catalina Blue #29466B

Tints of Catalina Blue #29466B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 49.08%

R = 18.81%
G = 32.11%
B = 49.08%

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

#29466B (or 0x29466B) is known color: Catalina Blue. HEX triplet: 29, 46 and 6B. RGB value is (41,70,107). Sum of RGB (Red+Green+Blue) = 41+70+107=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #29466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29466B is #D6B994. Grayscale: #414141. Windows color (decimal): -14072213 or 7030313. OLE color: 7030313.

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

Color convert

RGB 41 70 107 -
CMYK 0.62 0.35 0 0.58
HSL 213.64º 0.45% 0.29% -
HSV(B) 213.64º 0.62% 0.42% -
XYZ 5.76 5.91 14.75 -
YUV 65.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 41 70 107 0.62 0.35 0 0.58 213.64 0.45 0.29
Hex 29 46 6B 3E 23 0 3A D6 2D 1D
Octal 51 106 153 76 43 0 72 326 55 35
Binary 101001 1000110 1101011 111110 100011 0 111010 11010110 101101 11101

Color Harmonies of #29466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29466B

Black with #29466B

Text Example


Text Example

White with #29466B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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