#304285

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

Shades of Tory Blue #304285

Tints of Tory Blue #304285

Color information

#304285 (or 0x304285) is unknown color: approx Tory Blue. HEX triplet: 30, 42 and 85. RGB value is (48,66,133). Sum of RGB (Red+Green+Blue) = 48+66+133=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #304285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304285 is #CFBD7A. Grayscale: #434343. Windows color (decimal): -13614459 or 8733232. OLE color: 8733232.

HSL color Cylindrical-coordinate representation of color #304285: hue angle of 227.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304285 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4866133-
CMYK0.640.5000.48
HSL227.29º46.96%35.49%-
HSV(B)227.29º63.91%52.16%-
XYZ7.46.2223-
YUV68.26164.54113.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.43%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 133 (52.34% from 255) = 53.85%
R=19.43%
G=26.72%
B=53.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48661330.640.5000.48227.2946.9635.49
Hex3042854032030e32f23
Octal60102205100620603435743
Binary1100001000010100001011000000110010011000011100011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304285; }

 p { color: rgb(48,66,133); }

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

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

 a { background-color: rgb(48,66,133); }

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

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

 span { border-color: rgb(48,66,133); }

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