#1F3D8C

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

Shades of Tory Blue #1F3D8C

Tints of Tory Blue #1F3D8C

Color information

#1F3D8C (or 0x1F3D8C) is unknown color: approx Tory Blue. HEX triplet: 1F, 3D and 8C. RGB value is (31,61,140). Sum of RGB (Red+Green+Blue) = 31+61+140=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F3D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3D8C is #E0C273. Grayscale: #3C3C3C. Windows color (decimal): -14729844 or 9190687. OLE color: 9190687.

HSL color Cylindrical-coordinate representation of color #1F3D8C: hue angle of 223.49º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F3D8C is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3161140-
CMYK0.780.5600.45
HSL223.49º63.74%33.53%-
HSV(B)223.49º77.86%54.9%-
XYZ6.975.5225.51-
YUV61.04172.56106.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.36%
GREEN value IS 61 (24.22% from 255) = 26.29%
BLUE value IS 140 (55.08% from 255) = 60.34%
R=13.36%
G=26.29%
B=60.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31611400.780.5600.45223.4963.7433.53
Hex1F3D8C4E3802Ddf4022
Octal37752141167005533710042
Binary111111111011000110010011101110000101101110111111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F3D8C; }

 p { color: rgb(31,61,140); }

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

<style>
 a { background-color: #1F3D8C; }

 a { background-color: rgb(31,61,140); }

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

<style>
 span { border-color: #1F3D8C; }

 span { border-color: rgb(31,61,140); }

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