Html Css Color HEX #29378E Resolution Blue

📋 copy color: '#29378E'

red 41 ◦ green 55 ◦ blue 142

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

Shades of Resolution Blue #29378E

Tints of Resolution Blue #29378E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 59.66%

R = 17.23%
G = 23.11%
B = 59.66%

CMYK

 C value IS 0.71

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#29378E (or 0x29378E) is known color: Resolution Blue. HEX triplet: 29, 37 and 8E. RGB value is (41,55,142). Sum of RGB (Red+Green+Blue) = 41+55+142=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #29378E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29378E is #D6C871. Grayscale: #3C3C3C. Windows color (decimal): -14076018 or 9320233. OLE color: 9320233.

HSL color Cylindrical-coordinate representation of color #29378E: hue angle of 231.68º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29378E is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 55 142 -
CMYK 0.71 0.61 0 0.44
HSL 231.68º 0.55% 0.36% -
HSV(B) 231.68º 0.71% 0.56% -
XYZ 7.16 5.16 26.21 -
YUV 60.73 173.86 113.93 -
System Red Green Blue C M Y K H S L
Decimal 41 55 142 0.71 0.61 0 0.44 231.68 0.55 0.36
Hex 29 37 8E 47 3D 0 2C E8 37 24
Octal 51 67 216 107 75 0 54 350 67 44
Binary 101001 110111 10001110 1000111 111101 0 101100 11101000 110111 100100

Color Harmonies of #29378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29378E

Black with #29378E

Text Example


Text Example

White with #29378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29378E; }

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

 H1.HeaderClassName
 {
   color: #29378E;
 }
 .AnyTagClassName
 {
   color: #29378E;
 }
</style>

background-color css

<style>
 a { background-color: #29378E; }

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

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

border-color css

<style>
 span { border-color: #29378E; }

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

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