#39447A

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

Shades of Resolution Blue #39447A

Tints of Resolution Blue #39447A

Color information

#39447A (or 0x39447A) is unknown color: approx Resolution Blue. HEX triplet: 39, 44 and 7A. RGB value is (57,68,122). Sum of RGB (Red+Green+Blue) = 57+68+122=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #39447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39447A is #C6BB85. Grayscale: #464646. Windows color (decimal): -13024134 or 8012857. OLE color: 8012857.

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

Color convert

RGB5768122-
CMYK0.530.4400.52
HSL229.85º36.31%35.1%-
HSV(B)229.85º53.28%47.84%-
XYZ7.276.4119.27-
YUV70.87156.86118.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.08%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 122 (48.05% from 255) = 49.39%
R=23.08%
G=27.53%
B=49.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57681220.530.4400.52229.8536.3135.1
Hex39447A352C034e62423
Octal7110417265540643464443
Binary11100110001001111010110101101100011010011100110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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