Html Css Color HEX #29415A Catalina Blue

📋 copy color: '#29415A'

red 41 ◦ green 65 ◦ blue 90

#29415A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #29415A

Tints of Catalina Blue #29415A

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 value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#29415A (or 0x29415A) is known color: 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

RGB 41 65 90 -
CMYK 0.54 0.28 0 0.65
HSL 210.61º 0.37% 0.26% -
HSV(B) 210.61º 0.54% 0.35% -
XYZ 4.65 4.99 10.39 -
YUV 60.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 41 65 90 0.54 0.28 0 0.65 210.61 0.37 0.26
Hex 29 41 5A 36 1C 0 41 D3 25 1A
Octal 51 101 132 66 34 0 101 323 45 32
Binary 101001 1000001 1011010 110110 11100 0 1000001 11010011 100101 11010

Color Harmonies of #29415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29415A

Black with #29415A

Text Example


Text Example

White with #29415A

Text Example


Text Example

HTML Codes & Css Web 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>