Html Css Color HEX #29435A Regal Blue

📋 copy color: '#29435A'

red 41 ◦ green 67 ◦ blue 90

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

Shades of Regal Blue #29435A

Tints of Regal Blue #29435A

RGB

 RED value IS 41 (16.41% from 255) = 20.71%

 GREEN value IS 67 (26.56% from 255) = 33.84%

 BLUE value IS 90 (35.55% from 255) = 45.45%

R = 20.71%
G = 33.84%
B = 45.45%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#29435A (or 0x29435A) is known color: Regal Blue. HEX triplet: 29, 43 and 5A. RGB value is (41,67,90). Sum of RGB (Red+Green+Blue) = 41+67+90=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #29435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29435A is #D6BCA5. Grayscale: #3D3D3D. Windows color (decimal): -14072998 or 5915433. OLE color: 5915433.

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

Color convert

RGB 41 67 90 -
CMYK 0.54 0.26 0 0.65
HSL 208.16º 0.37% 0.26% -
HSV(B) 208.16º 0.54% 0.35% -
XYZ 4.77 5.22 10.43 -
YUV 61.85 143.89 113.13 -
System Red Green Blue C M Y K H S L
Decimal 41 67 90 0.54 0.26 0 0.65 208.16 0.37 0.26
Hex 29 43 5A 36 1A 0 41 D0 25 1A
Octal 51 103 132 66 32 0 101 320 45 32
Binary 101001 1000011 1011010 110110 11010 0 1000001 11010000 100101 11010

Color Harmonies of #29435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29435A

Black with #29435A

Text Example


Text Example

White with #29435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29435A;
 }
 .AnyTagClassName
 {
   color: #29435A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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