#30468E

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

Shades of Tory Blue #30468E

Tints of Tory Blue #30468E

Color information

#30468E (or 0x30468E) is unknown color: approx Tory Blue. HEX triplet: 30, 46 and 8E. RGB value is (48,70,142). Sum of RGB (Red+Green+Blue) = 48+70+142=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #30468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30468E is #CFB971. Grayscale: #474747. Windows color (decimal): -13613426 or 9324080. OLE color: 9324080.

HSL color Cylindrical-coordinate representation of color #30468E: hue angle of 225.96º 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 #30468E is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4870142-
CMYK0.660.5100.44
HSL225.96º49.47%37.25%-
HSV(B)225.96º66.2%55.69%-
XYZ8.296.9626.5-
YUV71.63167.71111.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 142 (55.86% from 255) = 54.62%
R=18.46%
G=26.92%
B=54.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48701420.660.5100.44225.9649.4737.25
Hex30468E423302Ce23125
Octal60106216102630543426145
Binary1100001000110100011101000010110011010110011100010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30468E; }

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

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

<style>
 a { background-color: #30468E; }

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

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

<style>
 span { border-color: #30468E; }

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

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