Html Css Color HEX #394676 Resolution Blue

📋 copy color: '#394676'

red 57 ◦ green 70 ◦ blue 118

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

Shades of Resolution Blue #394676

Tints of Resolution Blue #394676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.57%

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

R = 23.27%
G = 28.57%
B = 48.16%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#394676 (or 0x394676) is known color: Resolution Blue. HEX triplet: 39, 46 and 76. RGB value is (57,70,118). Sum of RGB (Red+Green+Blue) = 57+70+118=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #394676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394676 is #C6B989. Grayscale: #474747. Windows color (decimal): -13023626 or 7751225. OLE color: 7751225.

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

Color convert

RGB 57 70 118 -
CMYK 0.52 0.41 0 0.54
HSL 227.21º 0.35% 0.34% -
HSV(B) 227.21º 0.52% 0.46% -
XYZ 7.15 6.56 18.03 -
YUV 71.59 154.19 117.6 -
System Red Green Blue C M Y K H S L
Decimal 57 70 118 0.52 0.41 0 0.54 227.21 0.35 0.34
Hex 39 46 76 34 29 0 36 E3 23 22
Octal 71 106 166 64 51 0 66 343 43 42
Binary 111001 1000110 1110110 110100 101001 0 110110 11100011 100011 100010

Color Harmonies of #394676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394676

Black with #394676

Text Example


Text Example

White with #394676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394676; }

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

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

background-color css

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

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

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

border-color css

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

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

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