#30509E

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

Shades of Tory Blue #30509E

Tints of Tory Blue #30509E

Color information

#30509E (or 0x30509E) is unknown color: approx Tory Blue. HEX triplet: 30, 50 and 9E. RGB value is (48,80,158). Sum of RGB (Red+Green+Blue) = 48+80+158=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #30509E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30509E is #CFAF61. Grayscale: #4E4E4E. Windows color (decimal): -13610850 or 10375216. OLE color: 10375216.

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

Color convert

RGB4880158-
CMYK0.700.4900.38
HSL222.55º53.4%40.39%-
HSV(B)222.55º69.62%61.96%-
XYZ10.268.8333.51-
YUV79.32172.4105.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=16.78%
G=27.97%
B=55.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48801580.700.4900.38222.5553.440.39
Hex30509E4631026df3528
Octal60120236106610463376550
Binary1100001010000100111101000110110001010011011011111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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