#304694

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

Shades of Tory Blue #304694

Tints of Tory Blue #304694

Color information

#304694 (or 0x304694) is unknown color: approx Tory Blue. HEX triplet: 30, 46 and 94. RGB value is (48,70,148). Sum of RGB (Red+Green+Blue) = 48+70+148=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #304694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304694 is #CFB96B. Grayscale: #474747. Windows color (decimal): -13613420 or 9717296. OLE color: 9717296.

HSL color Cylindrical-coordinate representation of color #304694: hue angle of 226.8º 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 #304694 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4870148-
CMYK0.680.5300.42
HSL226.8º51.02%38.43%-
HSV(B)226.8º67.57%58.04%-
XYZ8.757.1528.94-
YUV72.31170.71110.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.05%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 148 (58.20% from 255) = 55.64%
R=18.05%
G=26.32%
B=55.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48701480.680.5300.42226.851.0238.43
Hex304694443502Ae33326
Octal60106224104650523436346
Binary1100001000110100101001000100110101010101011100011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304694; }

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

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

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

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

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

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

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

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