Html Css Color HEX #394976 Resolution Blue

📋 copy color: '#394976'

red 57 ◦ green 73 ◦ blue 118

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

Shades of Resolution Blue #394976

Tints of Resolution Blue #394976

RGB

 RED value IS 57 (22.66% from 255) = 22.98%

 GREEN value IS 73 (28.91% from 255) = 29.44%

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

R = 22.98%
G = 29.44%
B = 47.58%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#394976 (or 0x394976) is known color: Resolution Blue. HEX triplet: 39, 49 and 76. RGB value is (57,73,118). Sum of RGB (Red+Green+Blue) = 57+73+118=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #394976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394976 is #C6B689. Grayscale: #494949. Windows color (decimal): -13022858 or 7751993. OLE color: 7751993.

HSL color Cylindrical-coordinate representation of color #394976: hue angle of 224.26º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #394976 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 73 118 -
CMYK 0.52 0.38 0 0.54
HSL 224.26º 0.35% 0.34% -
HSV(B) 224.26º 0.52% 0.46% -
XYZ 7.34 6.94 18.09 -
YUV 73.35 153.2 116.34 -
System Red Green Blue C M Y K H S L
Decimal 57 73 118 0.52 0.38 0 0.54 224.26 0.35 0.34
Hex 39 49 76 34 26 0 36 E0 23 22
Octal 71 111 166 64 46 0 66 340 43 42
Binary 111001 1001001 1110110 110100 100110 0 110110 11100000 100011 100010

Color Harmonies of #394976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394976

Black with #394976

Text Example


Text Example

White with #394976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394976; }

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

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

background-color css

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

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

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

border-color css

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

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

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