Html Css Color HEX #39477A Resolution Blue

📋 copy color: '#39477A'

red 57 ◦ green 71 ◦ blue 122

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

Shades of Resolution Blue #39477A

Tints of Resolution Blue #39477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 48.8%

R = 22.8%
G = 28.4%
B = 48.8%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#39477A (or 0x39477A) is known color: Resolution Blue. HEX triplet: 39, 47 and 7A. RGB value is (57,71,122). Sum of RGB (Red+Green+Blue) = 57+71+122=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #39477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39477A is #C6B885. Grayscale: #484848. Windows color (decimal): -13023366 or 8013625. OLE color: 8013625.

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

Color convert

RGB 57 71 122 -
CMYK 0.53 0.42 0 0.52
HSL 227.08º 0.36% 0.35% -
HSV(B) 227.08º 0.53% 0.48% -
XYZ 7.45 6.78 19.33 -
YUV 72.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 57 71 122 0.53 0.42 0 0.52 227.08 0.36 0.35
Hex 39 47 7A 35 2A 0 34 E3 24 23
Octal 71 107 172 65 52 0 64 343 44 43
Binary 111001 1000111 1111010 110101 101010 0 110100 11100011 100100 100011

Color Harmonies of #39477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39477A

Black with #39477A

Text Example


Text Example

White with #39477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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