#29446D

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

Shades of Catalina Blue #29446D

Tints of Catalina Blue #29446D

Color information

#29446D (or 0x29446D) is unknown color: approx Catalina Blue. HEX triplet: 29, 44 and 6D. RGB value is (41,68,109). Sum of RGB (Red+Green+Blue) = 41+68+109=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #29446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29446D is #D6BB92. Grayscale: #404040. Windows color (decimal): -14072723 or 7160873. OLE color: 7160873.

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

Color convert

RGB4168109-
CMYK0.620.3800.57
HSL216.18º45.33%29.41%-
HSV(B)216.18º62.39%42.75%-
XYZ5.745.7115.27-
YUV64.6153.05111.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.81%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 109 (42.97% from 255) = 50%
R=18.81%
G=31.19%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41681090.620.3800.57216.1845.3329.41
Hex29446D3E26039d82d1d
Octal5110415576460713305535
Binary1010011000100110110111111010011001110011101100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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