#29415B

Color #29415B Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #29415B

Tints of Catalina Blue #29415B

Color information

#29415B (or 0x29415B) is unknown color: approx Catalina Blue. HEX triplet: 29, 41 and 5B. RGB value is (41,65,91). Sum of RGB (Red+Green+Blue) = 41+65+91=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #29415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29415B is #D6BEA4. Grayscale: #3C3C3C. Windows color (decimal): -14073509 or 5980457. OLE color: 5980457.

HSL color Cylindrical-coordinate representation of color #29415B: hue angle of 211.2º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #29415B is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB416591-
CMYK0.550.2900.64
HSL211.2º37.88%25.88%-
HSV(B)211.2º54.95%35.69%-
XYZ4.695.0110.62-
YUV60.79145.05113.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.81%
GREEN value IS 65 (25.78% from 255) = 32.99%
BLUE value IS 91 (35.94% from 255) = 46.19%
R=20.81%
G=32.99%
B=46.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4165910.550.2900.64211.237.8825.88
Hex29415B371D040d3261a
Octal51101133673501003234632
Binary1010011000001101101111011111101010000001101001110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,65,91); }

 H1.HeaderClassName
 {
   color: #29415B;
 }
 .AnyTagClassName
 {
   color: #29415B;
 }
</style>
background-color css

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

 a { background-color: rgb(41,65,91); }

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

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

 span { border-color: rgb(41,65,91); }

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