#39467B

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

Shades of Resolution Blue #39467B

Tints of Resolution Blue #39467B

Color information

#39467B (or 0x39467B) is unknown color: approx Resolution Blue. HEX triplet: 39, 46 and 7B. RGB value is (57,70,123). Sum of RGB (Red+Green+Blue) = 57+70+123=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #39467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39467B is #C6B984. Grayscale: #474747. Windows color (decimal): -13023621 or 8078905. OLE color: 8078905.

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

Color convert

RGB5770123-
CMYK0.540.4300.52
HSL228.18º36.67%35.29%-
HSV(B)228.18º53.66%48.24%-
XYZ7.456.6819.64-
YUV72.16156.69117.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.8%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 123 (48.44% from 255) = 49.2%
R=22.8%
G=28%
B=49.2%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57701230.540.4300.52228.1836.6735.29
Hex39467B362B034e42523
Octal7110617366530643444543
Binary11100110001101111011110110101011011010011100100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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