#30469C

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

Shades of Tory Blue #30469C

Tints of Tory Blue #30469C

Color information

#30469C (or 0x30469C) is unknown color: approx Tory Blue. HEX triplet: 30, 46 and 9C. RGB value is (48,70,156). Sum of RGB (Red+Green+Blue) = 48+70+156=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #30469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30469C is #CFB963. Grayscale: #484848. Windows color (decimal): -13613412 or 10241584. OLE color: 10241584.

HSL color Cylindrical-coordinate representation of color #30469C: hue angle of 227.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30469C is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4870156-
CMYK0.690.5500.39
HSL227.78º52.94%40%-
HSV(B)227.78º69.23%61.18%-
XYZ9.417.4132.39-
YUV73.23174.71110.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 70 (27.73% from 255) = 25.55%
BLUE value IS 156 (61.33% from 255) = 56.93%
R=17.52%
G=25.55%
B=56.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48701560.690.5500.39227.7852.9440
Hex30469C4537027e43528
Octal60106234105670473446550
Binary1100001000110100111001000101110111010011111100100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30469C; }

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

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

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

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

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

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

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

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