Html Css Color HEX #29375D Catalina Blue

📋 copy color: '#29375D'

red 41 ◦ green 55 ◦ blue 93

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

Shades of Catalina Blue #29375D

Tints of Catalina Blue #29375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.1%

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

R = 21.69%
G = 29.1%
B = 49.21%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29375D (or 0x29375D) is known color: Catalina Blue. HEX triplet: 29, 37 and 5D. RGB value is (41,55,93). Sum of RGB (Red+Green+Blue) = 41+55+93=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #29375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29375D is #D6C8A2. Grayscale: #363636. Windows color (decimal): -14076067 or 6108969. OLE color: 6108969.

HSL color Cylindrical-coordinate representation of color #29375D: hue angle of 223.85º 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 #29375D is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 55 93 -
CMYK 0.56 0.41 0 0.64
HSL 223.85º 0.39% 0.26% -
HSV(B) 223.85º 0.56% 0.36% -
XYZ 4.26 3.99 10.9 -
YUV 55.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 41 55 93 0.56 0.41 0 0.64 223.85 0.39 0.26
Hex 29 37 5D 38 29 0 40 E0 27 1A
Octal 51 67 135 70 51 0 100 340 47 32
Binary 101001 110111 1011101 111000 101001 0 1000000 11100000 100111 11010

Color Harmonies of #29375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29375D

Black with #29375D

Text Example


Text Example

White with #29375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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