#394B83

Color #394B83 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #394B83

Tints of Tory Blue #394B83

Color information

#394B83 (or 0x394B83) is unknown color: approx Tory Blue. HEX triplet: 39, 4B and 83. RGB value is (57,75,131). Sum of RGB (Red+Green+Blue) = 57+75+131=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 131 (51.56% from 255 or 49.81% from 263); Max value from RGB is 131 - color contains mainly: blue. Hex color #394B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394B83 is #C6B47C. Grayscale: #4B4B4B. Windows color (decimal): -13022333 or 8604473. OLE color: 8604473.

HSL color Cylindrical-coordinate representation of color #394B83: hue angle of 225.41º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #394B83 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5775131-
CMYK0.560.4300.49
HSL225.41º39.36%36.86%-
HSV(B)225.41º56.49%51.37%-
XYZ8.37.5422.49-
YUV76159.04114.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.67%
GREEN value IS 75 (29.69% from 255) = 28.52%
BLUE value IS 131 (51.56% from 255) = 49.81%
R=21.67%
G=28.52%
B=49.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57751310.560.4300.49225.4139.3636.86
Hex394B83382B031e12725
Octal7111320370530613414745
Binary111001100101110000011111000101011011000111100001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394B83; }

 p { color: rgb(57,75,131); }

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

<style>
 a { background-color: #394B83; }

 a { background-color: rgb(57,75,131); }

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

<style>
 span { border-color: #394B83; }

 span { border-color: rgb(57,75,131); }

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