Html Css Color HEX #29406B Catalina Blue

📋 copy color: '#29406B'

red 41 ◦ green 64 ◦ blue 107

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

Shades of Catalina Blue #29406B

Tints of Catalina Blue #29406B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.19%

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

R = 19.34%
G = 30.19%
B = 50.47%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29406B (or 0x29406B) is known color: Catalina Blue. HEX triplet: 29, 40 and 6B. RGB value is (41,64,107). Sum of RGB (Red+Green+Blue) = 41+64+107=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #29406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29406B is #D6BF94. Grayscale: #3D3D3D. Windows color (decimal): -14073749 or 7028777. OLE color: 7028777.

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

Color convert

RGB 41 64 107 -
CMYK 0.62 0.40 0 0.58
HSL 219.09º 0.45% 0.29% -
HSV(B) 219.09º 0.62% 0.42% -
XYZ 5.4 5.2 14.63 -
YUV 62.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 41 64 107 0.62 0.40 0 0.58 219.09 0.45 0.29
Hex 29 40 6B 3E 28 0 3A DB 2D 1D
Octal 51 100 153 76 50 0 72 333 55 35
Binary 101001 1000000 1101011 111110 101000 0 111010 11011011 101101 11101

Color Harmonies of #29406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29406B

Black with #29406B

Text Example


Text Example

White with #29406B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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