Html Css Color HEX #394977 Resolution Blue

📋 copy color: '#394977'

red 57 ◦ green 73 ◦ blue 119

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

Shades of Resolution Blue #394977

Tints of Resolution Blue #394977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.79%

R = 22.89%
G = 29.32%
B = 47.79%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#394977 (or 0x394977) is known color: Resolution Blue. HEX triplet: 39, 49 and 77. RGB value is (57,73,119). Sum of RGB (Red+Green+Blue) = 57+73+119=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #394977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394977 is #C6B688. Grayscale: #494949. Windows color (decimal): -13022857 or 7817529. OLE color: 7817529.

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

Color convert

RGB 57 73 119 -
CMYK 0.52 0.39 0 0.53
HSL 224.52º 0.35% 0.35% -
HSV(B) 224.52º 0.52% 0.47% -
XYZ 7.4 6.97 18.41 -
YUV 73.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 57 73 119 0.52 0.39 0 0.53 224.52 0.35 0.35
Hex 39 49 77 34 27 0 35 E1 23 23
Octal 71 111 167 64 47 0 65 341 43 43
Binary 111001 1001001 1110111 110100 100111 0 110101 11100001 100011 100011

Color Harmonies of #394977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394977

Black with #394977

Text Example


Text Example

White with #394977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394977; }

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

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

background-color css

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

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

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

border-color css

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

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

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