Html Css Color HEX #394475 Resolution Blue

📋 copy color: '#394475'

red 57 ◦ green 68 ◦ blue 117

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

Shades of Resolution Blue #394475

Tints of Resolution Blue #394475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.1%

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

R = 23.55%
G = 28.1%
B = 48.35%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#394475 (or 0x394475) is known color: Resolution Blue. HEX triplet: 39, 44 and 75. RGB value is (57,68,117). Sum of RGB (Red+Green+Blue) = 57+68+117=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #394475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394475 is #C6BB8A. Grayscale: #464646. Windows color (decimal): -13024139 or 7685177. OLE color: 7685177.

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

Color convert

RGB 57 68 117 -
CMYK 0.51 0.42 0 0.54
HSL 229º 0.34% 0.34% -
HSV(B) 229º 0.51% 0.46% -
XYZ 6.97 6.29 17.68 -
YUV 70.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 57 68 117 0.51 0.42 0 0.54 229 0.34 0.34
Hex 39 44 75 33 2A 0 36 E5 22 22
Octal 71 104 165 63 52 0 66 345 42 42
Binary 111001 1000100 1110101 110011 101010 0 110110 11100101 100010 100010

Color Harmonies of #394475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394475

Black with #394475

Text Example


Text Example

White with #394475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394475; }

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

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

background-color css

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

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

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

border-color css

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

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

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