#29395F

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

Shades of Catalina Blue #29395F

Tints of Catalina Blue #29395F

Color information

#29395F (or 0x29395F) is unknown color: approx Catalina Blue. HEX triplet: 29, 39 and 5F. RGB value is (41,57,95). Sum of RGB (Red+Green+Blue) = 41+57+95=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #29395F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29395F is #D6C6A0. Grayscale: #383838. Windows color (decimal): -14075553 or 6240553. OLE color: 6240553.

HSL color Cylindrical-coordinate representation of color #29395F: hue angle of 222.22º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29395F is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB415795-
CMYK0.570.4000.63
HSL222.22º39.71%26.67%-
HSV(B)222.22º56.84%37.25%-
XYZ4.444.2211.41-
YUV56.55149.7116.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 95 (37.5% from 255) = 49.22%
R=21.24%
G=29.53%
B=49.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4157950.570.4000.63222.2239.7126.67
Hex29395F392803Fde281b
Octal517113771500773365033
Binary101001111001101111111100110100001111111101111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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