#30418F

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

Shades of Tory Blue #30418F

Tints of Tory Blue #30418F

Color information

#30418F (or 0x30418F) is unknown color: approx Tory Blue. HEX triplet: 30, 41 and 8F. RGB value is (48,65,143). Sum of RGB (Red+Green+Blue) = 48+65+143=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #30418F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30418F is #CFBE70. Grayscale: #444444. Windows color (decimal): -13614705 or 9388336. OLE color: 9388336.

HSL color Cylindrical-coordinate representation of color #30418F: hue angle of 229.26º degrees, saturation: 0.5, 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 #30418F is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4865143-
CMYK0.660.5500.44
HSL229.26º49.74%37.45%-
HSV(B)229.26º66.43%56.08%-
XYZ8.076.3926.8-
YUV68.81169.87113.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 143 (56.25% from 255) = 55.86%
R=18.75%
G=25.39%
B=55.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48651430.660.5500.44229.2649.7437.45
Hex30418F423702Ce53225
Octal60101217102670543456245
Binary1100001000001100011111000010110111010110011100101110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30418F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30418F; }

 p { color: rgb(48,65,143); }

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

<style>
 a { background-color: #30418F; }

 a { background-color: rgb(48,65,143); }

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

<style>
 span { border-color: #30418F; }

 span { border-color: rgb(48,65,143); }

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