Html Css Color HEX #29375A Catalina Blue

📋 copy color: '#29375A'

red 41 ◦ green 55 ◦ blue 90

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

Shades of Catalina Blue #29375A

Tints of Catalina Blue #29375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 48.39%

R = 22.04%
G = 29.57%
B = 48.39%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#29375A (or 0x29375A) is known color: Catalina Blue. HEX triplet: 29, 37 and 5A. RGB value is (41,55,90). Sum of RGB (Red+Green+Blue) = 41+55+90=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #29375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29375A is #D6C8A5. Grayscale: #363636. Windows color (decimal): -14076070 or 5912361. OLE color: 5912361.

HSL color Cylindrical-coordinate representation of color #29375A: hue angle of 222.86º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29375A is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 55 90 -
CMYK 0.54 0.39 0 0.65
HSL 222.86º 0.37% 0.26% -
HSV(B) 222.86º 0.54% 0.35% -
XYZ 4.13 3.94 10.22 -
YUV 54.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 41 55 90 0.54 0.39 0 0.65 222.86 0.37 0.26
Hex 29 37 5A 36 27 0 41 DF 25 1A
Octal 51 67 132 66 47 0 101 337 45 32
Binary 101001 110111 1011010 110110 100111 0 1000001 11011111 100101 11010

Color Harmonies of #29375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29375A

Black with #29375A

Text Example


Text Example

White with #29375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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