#3F528A

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

Shades of Tory Blue #3F528A

Tints of Tory Blue #3F528A

Color information

#3F528A (or 0x3F528A) is unknown color: approx Tory Blue. HEX triplet: 3F, 52 and 8A. RGB value is (63,82,138). Sum of RGB (Red+Green+Blue) = 63+82+138=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F528A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F528A is #C0AD75. Grayscale: #525252. Windows color (decimal): -12627318 or 9065023. OLE color: 9065023.

HSL color Cylindrical-coordinate representation of color #3F528A: hue angle of 224.8º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F528A is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6382138-
CMYK0.540.4100.46
HSL224.8º37.31%39.41%-
HSV(B)224.8º54.35%54.12%-
XYZ9.658.9325.26-
YUV82.7159.21113.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.26%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 138 (54.30% from 255) = 48.76%
R=22.26%
G=28.98%
B=48.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63821380.540.4100.46224.837.3139.41
Hex3F528A362902Ee12527
Octal7712221266510563414547
Binary111111101001010001010110110101001010111011100001100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F528A; }

 p { color: rgb(63,82,138); }

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

<style>
 a { background-color: #3F528A; }

 a { background-color: rgb(63,82,138); }

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

<style>
 span { border-color: #3F528A; }

 span { border-color: rgb(63,82,138); }

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