Html Css Color HEX #394679 Resolution Blue

📋 copy color: '#394679'

red 57 ◦ green 70 ◦ blue 121

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

Shades of Resolution Blue #394679

Tints of Resolution Blue #394679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 48.79%

R = 22.98%
G = 28.23%
B = 48.79%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#394679 (or 0x394679) is known color: Resolution Blue. HEX triplet: 39, 46 and 79. RGB value is (57,70,121). Sum of RGB (Red+Green+Blue) = 57+70+121=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #394679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394679 is #C6B986. Grayscale: #474747. Windows color (decimal): -13023623 or 7947833. OLE color: 7947833.

HSL color Cylindrical-coordinate representation of color #394679: hue angle of 227.81º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #394679 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 70 121 -
CMYK 0.53 0.42 0 0.53
HSL 227.81º 0.36% 0.35% -
HSV(B) 227.81º 0.53% 0.47% -
XYZ 7.33 6.63 18.98 -
YUV 71.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 57 70 121 0.53 0.42 0 0.53 227.81 0.36 0.35
Hex 39 46 79 35 2A 0 35 E4 24 23
Octal 71 106 171 65 52 0 65 344 44 43
Binary 111001 1000110 1111001 110101 101010 0 110101 11100100 100100 100011

Color Harmonies of #394679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394679

Black with #394679

Text Example


Text Example

White with #394679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394679; }

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

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

background-color css

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

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

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

border-color css

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

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

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