Html Css Color HEX #29397E Resolution Blue

📋 copy color: '#29397E'

red 41 ◦ green 57 ◦ blue 126

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

Shades of Resolution Blue #29397E

Tints of Resolution Blue #29397E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.45%

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

R = 18.3%
G = 25.45%
B = 56.25%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29397E (or 0x29397E) is known color: Resolution Blue. HEX triplet: 29, 39 and 7E. RGB value is (41,57,126). Sum of RGB (Red+Green+Blue) = 41+57+126=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 126 (49.61% from 255 or 56.25% from 224); Max value from RGB is 126 - color contains mainly: blue. Hex color #29397E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29397E is #D6C681. Grayscale: #3B3B3B. Windows color (decimal): -14075522 or 8272169. OLE color: 8272169.

HSL color Cylindrical-coordinate representation of color #29397E: hue angle of 228.71º 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 #29397E is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 57 126 -
CMYK 0.67 0.55 0 0.51
HSL 228.71º 0.51% 0.33% -
HSV(B) 228.71º 0.67% 0.49% -
XYZ 6.14 4.9 20.36 -
YUV 60.08 165.2 114.39 -
System Red Green Blue C M Y K H S L
Decimal 41 57 126 0.67 0.55 0 0.51 228.71 0.51 0.33
Hex 29 39 7E 43 37 0 33 E5 33 21
Octal 51 71 176 103 67 0 63 345 63 41
Binary 101001 111001 1111110 1000011 110111 0 110011 11100101 110011 100001

Color Harmonies of #29397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29397E

Black with #29397E

Text Example


Text Example

White with #29397E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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