#39497B

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

Shades of Resolution Blue #39497B

Tints of Resolution Blue #39497B

Color information

#39497B (or 0x39497B) is unknown color: approx Resolution Blue. HEX triplet: 39, 49 and 7B. RGB value is (57,73,123). Sum of RGB (Red+Green+Blue) = 57+73+123=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #39497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39497B is #C6B684. Grayscale: #494949. Windows color (decimal): -13022853 or 8079673. OLE color: 8079673.

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

Color convert

RGB5773123-
CMYK0.540.4100.52
HSL225.45º36.67%35.29%-
HSV(B)225.45º53.66%48.24%-
XYZ7.657.0719.7-
YUV73.92155.7115.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.53%
GREEN value IS 73 (28.91% from 255) = 28.85%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=22.53%
G=28.85%
B=48.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57731230.540.4100.52225.4536.6735.29
Hex39497B3629034e12523
Octal7111117366510643414543
Binary11100110010011111011110110101001011010011100001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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