Html Css Color HEX #29367E Resolution Blue

📋 copy color: '#29367E'

red 41 ◦ green 54 ◦ blue 126

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

Shades of Resolution Blue #29367E

Tints of Resolution Blue #29367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.43%

 BLUE value IS 126 (49.61% from 255) = 57.01%

R = 18.55%
G = 24.43%
B = 57.01%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29367E (or 0x29367E) is known color: Resolution Blue. HEX triplet: 29, 36 and 7E. RGB value is (41,54,126). Sum of RGB (Red+Green+Blue) = 41+54+126=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 126 (49.61% from 255 or 57.01% from 221); Max value from RGB is 126 - color contains mainly: blue. Hex color #29367E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29367E is #D6C981. Grayscale: #3A3A3A. Windows color (decimal): -14076290 or 8271401. OLE color: 8271401.

HSL color Cylindrical-coordinate representation of color #29367E: hue angle of 230.82º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29367E is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 54 126 -
CMYK 0.67 0.57 0 0.51
HSL 230.82º 0.51% 0.33% -
HSV(B) 230.82º 0.67% 0.49% -
XYZ 6 4.62 20.31 -
YUV 58.32 166.19 115.65 -
System Red Green Blue C M Y K H S L
Decimal 41 54 126 0.67 0.57 0 0.51 230.82 0.51 0.33
Hex 29 36 7E 43 39 0 33 E7 33 21
Octal 51 66 176 103 71 0 63 347 63 41
Binary 101001 110110 1111110 1000011 111001 0 110011 11100111 110011 100001

Color Harmonies of #29367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29367E

Black with #29367E

Text Example


Text Example

White with #29367E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,54,126); }

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

background-color css

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

 a { background-color: rgb(41,54,126); }

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

border-color css

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

 span { border-color: rgb(41,54,126); }

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