#29395A

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

Shades of Catalina Blue #29395A

Tints of Catalina Blue #29395A

Color information

#29395A (or 0x29395A) is unknown color: approx Catalina Blue. HEX triplet: 29, 39 and 5A. RGB value is (41,57,90). Sum of RGB (Red+Green+Blue) = 41+57+90=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #29395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29395A is #D6C6A5. Grayscale: #373737. Windows color (decimal): -14075558 or 5912873. OLE color: 5912873.

HSL color Cylindrical-coordinate representation of color #29395A: hue angle of 220.41º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29395A is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB415790-
CMYK0.540.3700.65
HSL220.41º37.4%25.69%-
HSV(B)220.41º54.44%35.29%-
XYZ4.224.1410.25-
YUV55.98147.2117.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 90 (35.55% from 255) = 47.87%
R=21.81%
G=30.32%
B=47.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4157900.540.3700.65220.4137.425.69
Hex29395A3625041dc251a
Octal5171132664501013344532
Binary1010011110011011010110110100101010000011101110010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29395A; }

 p { color: rgb(41,57,90); }

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

<style>
 a { background-color: #29395A; }

 a { background-color: rgb(41,57,90); }

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

<style>
 span { border-color: #29395A; }

 span { border-color: rgb(41,57,90); }

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