#39467A

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

Shades of Resolution Blue #39467A

Tints of Resolution Blue #39467A

Color information

#39467A (or 0x39467A) is unknown color: approx Resolution Blue. HEX triplet: 39, 46 and 7A. RGB value is (57,70,122). Sum of RGB (Red+Green+Blue) = 57+70+122=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #39467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39467A is #C6B985. Grayscale: #474747. Windows color (decimal): -13023622 or 8013369. OLE color: 8013369.

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

Color convert

RGB5770122-
CMYK0.530.4300.52
HSL228º36.31%35.1%-
HSV(B)228º53.28%47.84%-
XYZ7.396.6619.31-
YUV72.04156.19117.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 122 (48.05% from 255) = 49.00%
R=22.89%
G=28.11%
B=49.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57701220.530.4300.5222836.3135.1
Hex39467A352B034e42423
Octal7110617265530643444443
Binary11100110001101111010110101101011011010011100100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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