Html Css Color HEX #394775 Resolution Blue

📋 copy color: '#394775'

red 57 ◦ green 71 ◦ blue 117

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

Shades of Resolution Blue #394775

Tints of Resolution Blue #394775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.98%

 BLUE value IS 117 (46.09% from 255) = 47.76%

R = 23.27%
G = 28.98%
B = 47.76%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#394775 (or 0x394775) is known color: Resolution Blue. HEX triplet: 39, 47 and 75. RGB value is (57,71,117). Sum of RGB (Red+Green+Blue) = 57+71+117=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #394775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394775 is #C6B88A. Grayscale: #474747. Windows color (decimal): -13023371 or 7685945. OLE color: 7685945.

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

Color convert

RGB 57 71 117 -
CMYK 0.51 0.39 0 0.54
HSL 226º 0.34% 0.34% -
HSV(B) 226º 0.51% 0.46% -
XYZ 7.15 6.66 17.74 -
YUV 72.06 153.36 117.26 -
System Red Green Blue C M Y K H S L
Decimal 57 71 117 0.51 0.39 0 0.54 226 0.34 0.34
Hex 39 47 75 33 27 0 36 E2 22 22
Octal 71 107 165 63 47 0 66 342 42 42
Binary 111001 1000111 1110101 110011 100111 0 110110 11100010 100010 100010

Color Harmonies of #394775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394775

Black with #394775

Text Example


Text Example

White with #394775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394775; }

 p { color: rgb(57,71,117); }

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

background-color css

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

 a { background-color: rgb(57,71,117); }

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

border-color css

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

 span { border-color: rgb(57,71,117); }

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