#39477B

Color #39477B Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #39477B

Tints of Resolution Blue #39477B

Color information

#39477B (or 0x39477B) is unknown color: approx Resolution Blue. HEX triplet: 39, 47 and 7B. RGB value is (57,71,123). Sum of RGB (Red+Green+Blue) = 57+71+123=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #39477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39477B is #C6B884. Grayscale: #484848. Windows color (decimal): -13023365 or 8079161. OLE color: 8079161.

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

Color convert

RGB5771123-
CMYK0.540.4200.52
HSL227.27º36.67%35.29%-
HSV(B)227.27º53.66%48.24%-
XYZ7.526.8119.66-
YUV72.74156.36116.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.71%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 123 (48.44% from 255) = 49.00%
R=22.71%
G=28.29%
B=49.00%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57711230.540.4200.52227.2736.6735.29
Hex39477B362A034e32523
Octal7110717366520643434543
Binary11100110001111111011110110101010011010011100011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #39477B;
 }
 .AnyTagClassName
 {
   color: #39477B;
 }
</style>
background-color css

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

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

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

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

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

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