Html Css Color HEX #293971 Resolution Blue

📋 copy color: '#293971'

red 41 ◦ green 57 ◦ blue 113

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

Shades of Resolution Blue #293971

Tints of Resolution Blue #293971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 53.55%

R = 19.43%
G = 27.01%
B = 53.55%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#293971 (or 0x293971) is known color: Resolution Blue. HEX triplet: 29, 39 and 71. RGB value is (41,57,113). Sum of RGB (Red+Green+Blue) = 41+57+113=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #293971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293971 is #D6C68E. Grayscale: #3A3A3A. Windows color (decimal): -14075535 or 7420201. OLE color: 7420201.

HSL color Cylindrical-coordinate representation of color #293971: hue angle of 226.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #293971 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 57 113 -
CMYK 0.64 0.50 0 0.56
HSL 226.67º 0.47% 0.3% -
HSV(B) 226.67º 0.64% 0.44% -
XYZ 5.36 4.59 16.23 -
YUV 58.6 158.7 115.45 -
System Red Green Blue C M Y K H S L
Decimal 41 57 113 0.64 0.50 0 0.56 226.67 0.47 0.3
Hex 29 39 71 40 32 0 38 E3 2F 1E
Octal 51 71 161 100 62 0 70 343 57 36
Binary 101001 111001 1110001 1000000 110010 0 111000 11100011 101111 11110

Color Harmonies of #293971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293971

Black with #293971

Text Example


Text Example

White with #293971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293971; }

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

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

background-color css

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

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

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

border-color css

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

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

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