Html Css Color HEX #29445C Regal Blue

📋 copy color: '#29445C'

red 41 ◦ green 68 ◦ blue 92

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

Shades of Regal Blue #29445C

Tints of Regal Blue #29445C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.83%

 BLUE value IS 92 (36.33% from 255) = 45.77%

R = 20.4%
G = 33.83%
B = 45.77%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29445C (or 0x29445C) is known color: Regal Blue. HEX triplet: 29, 44 and 5C. RGB value is (41,68,92). Sum of RGB (Red+Green+Blue) = 41+68+92=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #29445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29445C is #D6BBA3. Grayscale: #3E3E3E. Windows color (decimal): -14072740 or 6046761. OLE color: 6046761.

HSL color Cylindrical-coordinate representation of color #29445C: hue angle of 208.24º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #29445C is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 68 92 -
CMYK 0.55 0.26 0 0.64
HSL 208.24º 0.38% 0.26% -
HSV(B) 208.24º 0.55% 0.36% -
XYZ 4.91 5.38 10.9 -
YUV 62.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 41 68 92 0.55 0.26 0 0.64 208.24 0.38 0.26
Hex 29 44 5C 37 1A 0 40 D0 26 1A
Octal 51 104 134 67 32 0 100 320 46 32
Binary 101001 1000100 1011100 110111 11010 0 1000000 11010000 100110 11010

Color Harmonies of #29445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29445C

Black with #29445C

Text Example


Text Example

White with #29445C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29445C; }

 p { color: rgb(41,68,92); }

 H1.HeaderClassName
 {
   color: #29445C;
 }
 .AnyTagClassName
 {
   color: #29445C;
 }
</style>

background-color css

<style>
 a { background-color: #29445C; }

 a { background-color: rgb(41,68,92); }

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

border-color css

<style>
 span { border-color: #29445C; }

 span { border-color: rgb(41,68,92); }

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