#30509D

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

Shades of Tory Blue #30509D

Tints of Tory Blue #30509D

Color information

#30509D (or 0x30509D) is unknown color: approx Tory Blue. HEX triplet: 30, 50 and 9D. RGB value is (48,80,157). Sum of RGB (Red+Green+Blue) = 48+80+157=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #30509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30509D is #CFAF62. Grayscale: #4E4E4E. Windows color (decimal): -13610851 or 10309680. OLE color: 10309680.

HSL color Cylindrical-coordinate representation of color #30509D: hue angle of 222.39º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30509D is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4880157-
CMYK0.690.4900.38
HSL222.39º53.17%40.2%-
HSV(B)222.39º69.43%61.57%-
XYZ10.178.833.06-
YUV79.21171.9105.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 157 (61.72% from 255) = 55.09%
R=16.84%
G=28.07%
B=55.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48801570.690.4900.38222.3953.1740.2
Hex30509D4531026de3528
Octal60120235105610463366550
Binary1100001010000100111011000101110001010011011011110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30509D; }

 p { color: rgb(48,80,157); }

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

<style>
 a { background-color: #30509D; }

 a { background-color: rgb(48,80,157); }

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

<style>
 span { border-color: #30509D; }

 span { border-color: rgb(48,80,157); }

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