#305094

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

Shades of Tory Blue #305094

Tints of Tory Blue #305094

Color information

#305094 (or 0x305094) is unknown color: approx Tory Blue. HEX triplet: 30, 50 and 94. RGB value is (48,80,148). Sum of RGB (Red+Green+Blue) = 48+80+148=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #305094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305094 is #CFAF6B. Grayscale: #4D4D4D. Windows color (decimal): -13610860 or 9719856. OLE color: 9719856.

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

Color convert

RGB4880148-
CMYK0.680.4600.42
HSL220.8º51.02%38.43%-
HSV(B)220.8º67.57%58.04%-
XYZ9.438.529.16-
YUV78.18167.4106.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 148 (58.20% from 255) = 53.62%
R=17.39%
G=28.99%
B=53.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48801480.680.4600.42220.851.0238.43
Hex305094442E02Add3326
Octal60120224104560523356346
Binary1100001010000100101001000100101110010101011011101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305094; }

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

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

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

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

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

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

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

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