#283F89

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

Shades of Tory Blue #283F89

Tints of Tory Blue #283F89

Color information

#283F89 (or 0x283F89) is unknown color: approx Tory Blue. HEX triplet: 28, 3F and 89. RGB value is (40,63,137). Sum of RGB (Red+Green+Blue) = 40+63+137=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #283F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283F89 is #D7C076. Grayscale: #404040. Windows color (decimal): -14139511 or 8994600. OLE color: 8994600.

HSL color Cylindrical-coordinate representation of color #283F89: hue angle of 225.77º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #283F89 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4063137-
CMYK0.710.5400.46
HSL225.77º54.8%34.71%-
HSV(B)225.77º70.8%53.73%-
XYZ7.175.8124.41-
YUV64.56168.88110.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.67%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 137 (53.91% from 255) = 57.08%
R=16.67%
G=26.25%
B=57.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40631370.710.5400.46225.7754.834.71
Hex283F89473602Ee23723
Octal5077211107660563426743
Binary101000111111100010011000111110110010111011100010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283F89; }

 p { color: rgb(40,63,137); }

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

<style>
 a { background-color: #283F89; }

 a { background-color: rgb(40,63,137); }

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

<style>
 span { border-color: #283F89; }

 span { border-color: rgb(40,63,137); }

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