Html Css Color HEX #29426B Catalina Blue

📋 copy color: '#29426B'

red 41 ◦ green 66 ◦ blue 107

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

Shades of Catalina Blue #29426B

Tints of Catalina Blue #29426B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.84%

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

R = 19.16%
G = 30.84%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29426B (or 0x29426B) is known color: Catalina Blue. HEX triplet: 29, 42 and 6B. RGB value is (41,66,107). Sum of RGB (Red+Green+Blue) = 41+66+107=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #29426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29426B is #D6BD94. Grayscale: #3F3F3F. Windows color (decimal): -14073237 or 7029289. OLE color: 7029289.

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

Color convert

RGB 41 66 107 -
CMYK 0.62 0.38 0 0.58
HSL 217.27º 0.45% 0.29% -
HSV(B) 217.27º 0.62% 0.42% -
XYZ 5.52 5.43 14.67 -
YUV 63.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 41 66 107 0.62 0.38 0 0.58 217.27 0.45 0.29
Hex 29 42 6B 3E 26 0 3A D9 2D 1D
Octal 51 102 153 76 46 0 72 331 55 35
Binary 101001 1000010 1101011 111110 100110 0 111010 11011001 101101 11101

Color Harmonies of #29426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29426B

Black with #29426B

Text Example


Text Example

White with #29426B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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