Html Css Color HEX #394876 Resolution Blue

📋 copy color: '#394876'

red 57 ◦ green 72 ◦ blue 118

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

Shades of Resolution Blue #394876

Tints of Resolution Blue #394876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.15%

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

R = 23.08%
G = 29.15%
B = 47.77%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#394876 (or 0x394876) is known color: Resolution Blue. HEX triplet: 39, 48 and 76. RGB value is (57,72,118). Sum of RGB (Red+Green+Blue) = 57+72+118=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #394876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394876 is #C6B789. Grayscale: #484848. Windows color (decimal): -13023114 or 7751737. OLE color: 7751737.

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

Color convert

RGB 57 72 118 -
CMYK 0.52 0.39 0 0.54
HSL 225.25º 0.35% 0.34% -
HSV(B) 225.25º 0.52% 0.46% -
XYZ 7.27 6.81 18.07 -
YUV 72.76 153.53 116.76 -
System Red Green Blue C M Y K H S L
Decimal 57 72 118 0.52 0.39 0 0.54 225.25 0.35 0.34
Hex 39 48 76 34 27 0 36 E1 23 22
Octal 71 110 166 64 47 0 66 341 43 42
Binary 111001 1001000 1110110 110100 100111 0 110110 11100001 100011 100010

Color Harmonies of #394876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394876

Black with #394876

Text Example


Text Example

White with #394876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394876; }

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

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

background-color css

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

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

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

border-color css

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

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

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