#29395D

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

Shades of Catalina Blue #29395D

Tints of Catalina Blue #29395D

Color information

#29395D (or 0x29395D) is unknown color: approx Catalina Blue. HEX triplet: 29, 39 and 5D. RGB value is (41,57,93). Sum of RGB (Red+Green+Blue) = 41+57+93=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #29395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29395D is #D6C6A2. Grayscale: #383838. Windows color (decimal): -14075555 or 6109481. OLE color: 6109481.

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

Color convert

RGB415793-
CMYK0.560.3900.64
HSL221.54º38.81%26.27%-
HSV(B)221.54º55.91%36.47%-
XYZ4.354.1910.93-
YUV56.32148.7117.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 57 (22.66% from 255) = 29.84%
BLUE value IS 93 (36.72% from 255) = 48.69%
R=21.47%
G=29.84%
B=48.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4157930.560.3900.64221.5438.8126.27
Hex29395D3827040de271a
Octal5171135704701003364732
Binary1010011110011011101111000100111010000001101111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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