#39497A

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

Shades of Resolution Blue #39497A

Tints of Resolution Blue #39497A

Color information

#39497A (or 0x39497A) is unknown color: approx Resolution Blue. HEX triplet: 39, 49 and 7A. RGB value is (57,73,122). Sum of RGB (Red+Green+Blue) = 57+73+122=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #39497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39497A is #C6B685. Grayscale: #494949. Windows color (decimal): -13022854 or 8014137. OLE color: 8014137.

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

Color convert

RGB5773122-
CMYK0.530.4000.52
HSL225.23º36.31%35.1%-
HSV(B)225.23º53.28%47.84%-
XYZ7.587.0419.37-
YUV73.8155.2116.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 122 (48.05% from 255) = 48.41%
R=22.62%
G=28.97%
B=48.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57731220.530.4000.52225.2336.3135.1
Hex39497A3528034e12423
Octal7111117265500643414443
Binary11100110010011111010110101101000011010011100001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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