#29415A

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

Shades of Catalina Blue #29415A

Tints of Catalina Blue #29415A

Color information

#29415A (or 0x29415A) is unknown color: approx Catalina Blue. HEX triplet: 29, 41 and 5A. RGB value is (41,65,90). Sum of RGB (Red+Green+Blue) = 41+65+90=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #29415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29415A is #D6BEA5. Grayscale: #3C3C3C. Windows color (decimal): -14073510 or 5914921. OLE color: 5914921.

HSL color Cylindrical-coordinate representation of color #29415A: hue angle of 210.61º 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 #29415A is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB416590-
CMYK0.540.2800.65
HSL210.61º37.4%25.69%-
HSV(B)210.61º54.44%35.29%-
XYZ4.654.9910.39-
YUV60.67144.55113.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=20.92%
G=33.16%
B=45.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4165900.540.2800.65210.6137.425.69
Hex29415A361C041d3251a
Octal51101132663401013234532
Binary1010011000001101101011011011100010000011101001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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