#39467C

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

Shades of Resolution Blue #39467C

Tints of Resolution Blue #39467C

Color information

#39467C (or 0x39467C) is unknown color: approx Resolution Blue. HEX triplet: 39, 46 and 7C. RGB value is (57,70,124). Sum of RGB (Red+Green+Blue) = 57+70+124=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #39467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39467C is #C6B983. Grayscale: #484848. Windows color (decimal): -13023620 or 8144441. OLE color: 8144441.

HSL color Cylindrical-coordinate representation of color #39467C: hue angle of 228.36º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39467C is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5770124-
CMYK0.540.4400.51
HSL228.36º37.02%35.49%-
HSV(B)228.36º54.03%48.63%-
XYZ7.526.7119.97-
YUV72.27157.19117.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.71%
GREEN value IS 70 (27.73% from 255) = 27.89%
BLUE value IS 124 (48.83% from 255) = 49.40%
R=22.71%
G=27.89%
B=49.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57701240.540.4400.51228.3637.0235.49
Hex39467C362C033e42523
Octal7110617466540633444543
Binary11100110001101111100110110101100011001111100100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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