#39457B

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

Shades of Resolution Blue #39457B

Tints of Resolution Blue #39457B

Color information

#39457B (or 0x39457B) is unknown color: approx Resolution Blue. HEX triplet: 39, 45 and 7B. RGB value is (57,69,123). Sum of RGB (Red+Green+Blue) = 57+69+123=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #39457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39457B is #C6BA84. Grayscale: #474747. Windows color (decimal): -13023877 or 8078649. OLE color: 8078649.

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

Color convert

RGB5769123-
CMYK0.540.4400.52
HSL229.09º36.67%35.29%-
HSV(B)229.09º53.66%48.24%-
XYZ7.396.5619.61-
YUV71.57157.02117.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 123 (48.44% from 255) = 49.40%
R=22.89%
G=27.71%
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.52
SystemRedGreenBlueCMYKHSL
Decimal57691230.540.4400.52229.0936.6735.29
Hex39457B362C034e52523
Octal7110517366540643454543
Binary11100110001011111011110110101100011010011100101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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