Html Css Color HEX #293A76 Resolution Blue

📋 copy color: '#293A76'

red 41 ◦ green 58 ◦ blue 118

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

Shades of Resolution Blue #293A76

Tints of Resolution Blue #293A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 54.38%

R = 18.89%
G = 26.73%
B = 54.38%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#293A76 (or 0x293A76) is known color: Resolution Blue. HEX triplet: 29, 3A and 76. RGB value is (41,58,118). Sum of RGB (Red+Green+Blue) = 41+58+118=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #293A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A76 is #D6C589. Grayscale: #3B3B3B. Windows color (decimal): -14075274 or 7748137. OLE color: 7748137.

HSL color Cylindrical-coordinate representation of color #293A76: hue angle of 226.75º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293A76 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 58 118 -
CMYK 0.65 0.51 0 0.54
HSL 226.75º 0.48% 0.31% -
HSV(B) 226.75º 0.65% 0.46% -
XYZ 5.7 4.81 17.77 -
YUV 59.76 160.87 114.62 -
System Red Green Blue C M Y K H S L
Decimal 41 58 118 0.65 0.51 0 0.54 226.75 0.48 0.31
Hex 29 3A 76 41 33 0 36 E3 30 1F
Octal 51 72 166 101 63 0 66 343 60 37
Binary 101001 111010 1110110 1000001 110011 0 110110 11100011 110000 11111

Color Harmonies of #293A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A76

Black with #293A76

Text Example


Text Example

White with #293A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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