Html Css Color HEX #29405D Catalina Blue

📋 copy color: '#29405D'

red 41 ◦ green 64 ◦ blue 93

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

Shades of Catalina Blue #29405D

Tints of Catalina Blue #29405D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 46.97%

R = 20.71%
G = 32.32%
B = 46.97%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29405D (or 0x29405D) is known color: Catalina Blue. HEX triplet: 29, 40 and 5D. RGB value is (41,64,93). Sum of RGB (Red+Green+Blue) = 41+64+93=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #29405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29405D is #D6BFA2. Grayscale: #3C3C3C. Windows color (decimal): -14073763 or 6111273. OLE color: 6111273.

HSL color Cylindrical-coordinate representation of color #29405D: hue angle of 213.46º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29405D is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 64 93 -
CMYK 0.56 0.31 0 0.64
HSL 213.46º 0.39% 0.26% -
HSV(B) 213.46º 0.56% 0.36% -
XYZ 4.72 4.93 11.06 -
YUV 60.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 41 64 93 0.56 0.31 0 0.64 213.46 0.39 0.26
Hex 29 40 5D 38 1F 0 40 D5 27 1A
Octal 51 100 135 70 37 0 100 325 47 32
Binary 101001 1000000 1011101 111000 11111 0 1000000 11010101 100111 11010

Color Harmonies of #29405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29405D

Black with #29405D

Text Example


Text Example

White with #29405D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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