Html Css Color HEX #293976 Resolution Blue

📋 copy color: '#293976'

red 41 ◦ green 57 ◦ blue 118

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

Shades of Resolution Blue #293976

Tints of Resolution Blue #293976

RGB

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

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

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

R = 18.98%
G = 26.39%
B = 54.63%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#293976 (or 0x293976) is known color: Resolution Blue. HEX triplet: 29, 39 and 76. RGB value is (41,57,118). Sum of RGB (Red+Green+Blue) = 41+57+118=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #293976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293976 is #D6C689. Grayscale: #3A3A3A. Windows color (decimal): -14075530 or 7747881. OLE color: 7747881.

HSL color Cylindrical-coordinate representation of color #293976: hue angle of 227.53º 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 #293976 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 57 118 -
CMYK 0.65 0.52 0 0.54
HSL 227.53º 0.48% 0.31% -
HSV(B) 227.53º 0.65% 0.46% -
XYZ 5.65 4.71 17.75 -
YUV 59.17 161.2 115.04 -
System Red Green Blue C M Y K H S L
Decimal 41 57 118 0.65 0.52 0 0.54 227.53 0.48 0.31
Hex 29 39 76 41 34 0 36 E4 30 1F
Octal 51 71 166 101 64 0 66 344 60 37
Binary 101001 111001 1110110 1000001 110100 0 110110 11100100 110000 11111

Color Harmonies of #293976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293976

Black with #293976

Text Example


Text Example

White with #293976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293976; }

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

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

background-color css

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

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

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

border-color css

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

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

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