#305494

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

Shades of Tory Blue #305494

Tints of Tory Blue #305494

Color information

#305494 (or 0x305494) is unknown color: approx Tory Blue. HEX triplet: 30, 54 and 94. RGB value is (48,84,148). Sum of RGB (Red+Green+Blue) = 48+84+148=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #305494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305494 is #CFAB6B. Grayscale: #505050. Windows color (decimal): -13609836 or 9720880. OLE color: 9720880.

HSL color Cylindrical-coordinate representation of color #305494: hue angle of 218.4º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #305494 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4884148-
CMYK0.680.4300.42
HSL218.4º51.02%38.43%-
HSV(B)218.4º67.57%58.04%-
XYZ9.739.1129.26-
YUV80.53166.07104.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.14%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 148 (58.20% from 255) = 52.86%
R=17.14%
G=30%
B=52.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48841480.680.4300.42218.451.0238.43
Hex305494442B02Ada3326
Octal60124224104530523326346
Binary1100001010100100101001000100101011010101011011010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305494; }

 p { color: rgb(48,84,148); }

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

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

 a { background-color: rgb(48,84,148); }

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

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

 span { border-color: rgb(48,84,148); }

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