#29446C

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

Shades of Catalina Blue #29446C

Tints of Catalina Blue #29446C

Color information

#29446C (or 0x29446C) is unknown color: approx Catalina Blue. HEX triplet: 29, 44 and 6C. RGB value is (41,68,108). Sum of RGB (Red+Green+Blue) = 41+68+108=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #29446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29446C is #D6BB93. Grayscale: #404040. Windows color (decimal): -14072724 or 7095337. OLE color: 7095337.

HSL color Cylindrical-coordinate representation of color #29446C: hue angle of 215.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29446C is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4168108-
CMYK0.620.3700.58
HSL215.82º44.97%29.22%-
HSV(B)215.82º62.04%42.35%-
XYZ5.695.6914.99-
YUV64.49152.55111.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 108 (42.58% from 255) = 49.77%
R=18.89%
G=31.34%
B=49.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41681080.620.3700.58215.8244.9729.22
Hex29446C3E2503Ad82d1d
Octal5110415476450723305535
Binary1010011000100110110011111010010101110101101100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29446C; }

 p { color: rgb(41,68,108); }

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

<style>
 a { background-color: #29446C; }

 a { background-color: rgb(41,68,108); }

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

<style>
 span { border-color: #29446C; }

 span { border-color: rgb(41,68,108); }

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