#283C92

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

Shades of Tory Blue #283C92

Tints of Tory Blue #283C92

Color information

#283C92 (or 0x283C92) is unknown color: approx Tory Blue. HEX triplet: 28, 3C and 92. RGB value is (40,60,146). Sum of RGB (Red+Green+Blue) = 40+60+146=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #283C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283C92 is #D7C36D. Grayscale: #3F3F3F. Windows color (decimal): -14140270 or 9583656. OLE color: 9583656.

HSL color Cylindrical-coordinate representation of color #283C92: hue angle of 228.68º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #283C92 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4060146-
CMYK0.730.5900.43
HSL228.68º56.99%36.47%-
HSV(B)228.68º72.6%57.25%-
XYZ7.685.7627.9-
YUV63.82174.37111.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.26%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 146 (57.42% from 255) = 59.35%
R=16.26%
G=24.39%
B=59.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40601460.730.5900.43228.6856.9936.47
Hex283C92493B02Be53924
Octal5074222111730533457144
Binary101000111100100100101001001111011010101111100101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,60,146); }

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

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

 a { background-color: rgb(40,60,146); }

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

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

 span { border-color: rgb(40,60,146); }

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