#29405D

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

Shades of Catalina Blue #29405D

Tints of Catalina Blue #29405D

Color information

#29405D (or 0x29405D) is unknown color: approx 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

RGB416493-
CMYK0.560.3100.64
HSL213.46º38.81%26.27%-
HSV(B)213.46º55.91%36.47%-
XYZ4.724.9311.06-
YUV60.43146.38114.14-

RGB Variations

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

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 (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4164930.560.3100.64213.4638.8126.27
Hex29405D381F040d5271a
Octal51100135703701003254732
Binary1010011000000101110111100011111010000001101010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>