Html Css Color HEX #293A71 Resolution Blue

📋 copy color: '#293A71'

red 41 ◦ green 58 ◦ blue 113

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

Shades of Resolution Blue #293A71

Tints of Resolution Blue #293A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.36%

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

R = 19.34%
G = 27.36%
B = 53.3%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#293A71 (or 0x293A71) is known color: Resolution Blue. HEX triplet: 29, 3A and 71. RGB value is (41,58,113). Sum of RGB (Red+Green+Blue) = 41+58+113=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #293A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A71 is #D6C58E. Grayscale: #3A3A3A. Windows color (decimal): -14075279 or 7420457. OLE color: 7420457.

HSL color Cylindrical-coordinate representation of color #293A71: hue angle of 225.83º 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 #293A71 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 58 113 -
CMYK 0.64 0.49 0 0.56
HSL 225.83º 0.47% 0.3% -
HSV(B) 225.83º 0.64% 0.44% -
XYZ 5.41 4.69 16.24 -
YUV 59.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 41 58 113 0.64 0.49 0 0.56 225.83 0.47 0.3
Hex 29 3A 71 40 31 0 38 E2 2F 1E
Octal 51 72 161 100 61 0 70 342 57 36
Binary 101001 111010 1110001 1000000 110001 0 111000 11100010 101111 11110

Color Harmonies of #293A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A71

Black with #293A71

Text Example


Text Example

White with #293A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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