#29435D

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

Shades of Catalina Blue #29435D

Tints of Catalina Blue #29435D

Color information

#29435D (or 0x29435D) is unknown color: approx Catalina Blue. HEX triplet: 29, 43 and 5D. RGB value is (41,67,93). Sum of RGB (Red+Green+Blue) = 41+67+93=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #29435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29435D is #D6BCA2. Grayscale: #3E3E3E. Windows color (decimal): -14072995 or 6112041. OLE color: 6112041.

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

Color convert

RGB416793-
CMYK0.560.2800.64
HSL210º38.81%26.27%-
HSV(B)210º55.91%36.47%-
XYZ4.95.2811.12-
YUV62.19145.39112.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 67 (26.56% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 46.27%
R=20.40%
G=33.33%
B=46.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4167930.560.2800.6421038.8126.27
Hex29435D381C040d2271a
Octal51103135703401003224732
Binary1010011000011101110111100011100010000001101001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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