#283C8D

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

Shades of Tory Blue #283C8D

Tints of Tory Blue #283C8D

Color information

#283C8D (or 0x283C8D) is unknown color: approx Tory Blue. HEX triplet: 28, 3C and 8D. RGB value is (40,60,141). Sum of RGB (Red+Green+Blue) = 40+60+141=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #283C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283C8D is #D7C372. Grayscale: #3E3E3E. Windows color (decimal): -14140275 or 9255976. OLE color: 9255976.

HSL color Cylindrical-coordinate representation of color #283C8D: hue angle of 228.12º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #283C8D is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4060141-
CMYK0.720.5700.45
HSL228.12º55.8%35.49%-
HSV(B)228.12º71.63%55.29%-
XYZ7.35.6125.9-
YUV63.25171.87111.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.60%
GREEN value IS 60 (23.83% from 255) = 24.90%
BLUE value IS 141 (55.47% from 255) = 58.51%
R=16.60%
G=24.90%
B=58.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40601410.720.5700.45228.1255.835.49
Hex283C8D483902De43823
Octal5074215110710553447043
Binary101000111100100011011001000111001010110111100100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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