#29375D

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

Shades of Catalina Blue #29375D

Tints of Catalina Blue #29375D

Color information

#29375D (or 0x29375D) is unknown color: approx Catalina Blue. HEX triplet: 29, 37 and 5D. RGB value is (41,55,93). Sum of RGB (Red+Green+Blue) = 41+55+93=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #29375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29375D is #D6C8A2. Grayscale: #363636. Windows color (decimal): -14076067 or 6108969. OLE color: 6108969.

HSL color Cylindrical-coordinate representation of color #29375D: hue angle of 223.85º 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 #29375D is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB415593-
CMYK0.560.4100.64
HSL223.85º38.81%26.27%-
HSV(B)223.85º55.91%36.47%-
XYZ4.263.9910.9-
YUV55.15149.36117.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.69%
GREEN value IS 55 (21.88% from 255) = 29.10%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=21.69%
G=29.10%
B=49.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4155930.560.4100.64223.8538.8126.27
Hex29375D3829040e0271a
Octal5167135705101003404732
Binary1010011101111011101111000101001010000001110000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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