#303F8E

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

Shades of Tory Blue #303F8E

Tints of Tory Blue #303F8E

Color information

#303F8E (or 0x303F8E) is unknown color: approx Tory Blue. HEX triplet: 30, 3F and 8E. RGB value is (48,63,142). Sum of RGB (Red+Green+Blue) = 48+63+142=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #303F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303F8E is #CFC071. Grayscale: #434343. Windows color (decimal): -13615218 or 9322288. OLE color: 9322288.

HSL color Cylindrical-coordinate representation of color #303F8E: hue angle of 230.43º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #303F8E is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4863142-
CMYK0.660.5600.44
HSL230.43º49.47%37.25%-
HSV(B)230.43º66.2%55.69%-
XYZ7.886.1426.36-
YUV67.52170.03114.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 63 (25% from 255) = 24.90%
BLUE value IS 142 (55.86% from 255) = 56.13%
R=18.97%
G=24.90%
B=56.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48631420.660.5600.44230.4349.4737.25
Hex303F8E423802Ce63125
Octal6077216102700543466145
Binary110000111111100011101000010111000010110011100110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303F8E; }

 p { color: rgb(48,63,142); }

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

<style>
 a { background-color: #303F8E; }

 a { background-color: rgb(48,63,142); }

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

<style>
 span { border-color: #303F8E; }

 span { border-color: rgb(48,63,142); }

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