Html Css Color HEX #29376D Resolution Blue

📋 copy color: '#29376D'

red 41 ◦ green 55 ◦ blue 109

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

Shades of Resolution Blue #29376D

Tints of Resolution Blue #29376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

 BLUE value IS 109 (42.97% from 255) = 53.17%

R = 20%
G = 26.83%
B = 53.17%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29376D (or 0x29376D) is known color: Resolution Blue. HEX triplet: 29, 37 and 6D. RGB value is (41,55,109). Sum of RGB (Red+Green+Blue) = 41+55+109=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #29376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29376D is #D6C892. Grayscale: #383838. Windows color (decimal): -14076051 or 7157545. OLE color: 7157545.

HSL color Cylindrical-coordinate representation of color #29376D: hue angle of 227.65º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29376D is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 55 109 -
CMYK 0.62 0.50 0 0.57
HSL 227.65º 0.45% 0.29% -
HSV(B) 227.65º 0.62% 0.43% -
XYZ 5.04 4.31 15.03 -
YUV 56.97 157.36 116.61 -
System Red Green Blue C M Y K H S L
Decimal 41 55 109 0.62 0.50 0 0.57 227.65 0.45 0.29
Hex 29 37 6D 3E 32 0 39 E4 2D 1D
Octal 51 67 155 76 62 0 71 344 55 35
Binary 101001 110111 1101101 111110 110010 0 111001 11100100 101101 11101

Color Harmonies of #29376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29376D

Black with #29376D

Text Example


Text Example

White with #29376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,55,109); }

 H1.HeaderClassName
 {
   color: #29376D;
 }
 .AnyTagClassName
 {
   color: #29376D;
 }
</style>

background-color css

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

 a { background-color: rgb(41,55,109); }

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

border-color css

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

 span { border-color: rgb(41,55,109); }

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