Html Css Color HEX #29446D Catalina Blue

📋 copy color: '#29446D'

red 41 ◦ green 68 ◦ blue 109

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

Shades of Catalina Blue #29446D

Tints of Catalina Blue #29446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.19%

 BLUE value IS 109 (42.97% from 255) = 50%

R = 18.81%
G = 31.19%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29446D (or 0x29446D) is known color: Catalina Blue. HEX triplet: 29, 44 and 6D. RGB value is (41,68,109). Sum of RGB (Red+Green+Blue) = 41+68+109=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #29446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29446D is #D6BB92. Grayscale: #404040. Windows color (decimal): -14072723 or 7160873. OLE color: 7160873.

HSL color Cylindrical-coordinate representation of color #29446D: hue angle of 216.18º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29446D is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 68 109 -
CMYK 0.62 0.38 0 0.57
HSL 216.18º 0.45% 0.29% -
HSV(B) 216.18º 0.62% 0.43% -
XYZ 5.74 5.71 15.27 -
YUV 64.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 41 68 109 0.62 0.38 0 0.57 216.18 0.45 0.29
Hex 29 44 6D 3E 26 0 39 D8 2D 1D
Octal 51 104 155 76 46 0 71 330 55 35
Binary 101001 1000100 1101101 111110 100110 0 111001 11011000 101101 11101

Color Harmonies of #29446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29446D

Black with #29446D

Text Example


Text Example

White with #29446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29446D; }

 p { color: rgb(41,68,109); }

 H1.HeaderClassName
 {
   color: #29446D;
 }
 .AnyTagClassName
 {
   color: #29446D;
 }
</style>

background-color css

<style>
 a { background-color: #29446D; }

 a { background-color: rgb(41,68,109); }

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

border-color css

<style>
 span { border-color: #29446D; }

 span { border-color: rgb(41,68,109); }

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