#39487A

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

Shades of Resolution Blue #39487A

Tints of Resolution Blue #39487A

Color information

#39487A (or 0x39487A) is unknown color: approx Resolution Blue. HEX triplet: 39, 48 and 7A. RGB value is (57,72,122). Sum of RGB (Red+Green+Blue) = 57+72+122=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #39487A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39487A is #C6B785. Grayscale: #494949. Windows color (decimal): -13023110 or 8013881. OLE color: 8013881.

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

Color convert

RGB5772122-
CMYK0.530.4100.52
HSL226.15º36.31%35.1%-
HSV(B)226.15º53.28%47.84%-
XYZ7.526.9119.35-
YUV73.22155.53116.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.71%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 122 (48.05% from 255) = 48.61%
R=22.71%
G=28.69%
B=48.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57721220.530.4100.52226.1536.3135.1
Hex39487A3529034e22423
Octal7111017265510643424443
Binary11100110010001111010110101101001011010011100010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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