#304092

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

Shades of Tory Blue #304092

Tints of Tory Blue #304092

Color information

#304092 (or 0x304092) is unknown color: approx Tory Blue. HEX triplet: 30, 40 and 92. RGB value is (48,64,146). Sum of RGB (Red+Green+Blue) = 48+64+146=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #304092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304092 is #CFBF6D. Grayscale: #444444. Windows color (decimal): -13614958 or 9584688. OLE color: 9584688.

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

Color convert

RGB4864146-
CMYK0.670.5600.43
HSL230.2º50.52%38.04%-
HSV(B)230.2º67.12%57.25%-
XYZ8.246.3727.99-
YUV68.56171.7113.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.60%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 146 (57.42% from 255) = 56.59%
R=18.60%
G=24.81%
B=56.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48641460.670.5600.43230.250.5238.04
Hex304092433802Be63326
Octal60100222103700533466346
Binary1100001000000100100101000011111000010101111100110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304092; }

 p { color: rgb(48,64,146); }

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

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

 a { background-color: rgb(48,64,146); }

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

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

 span { border-color: rgb(48,64,146); }

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