#30488B

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

Shades of Tory Blue #30488B

Tints of Tory Blue #30488B

Color information

#30488B (or 0x30488B) is unknown color: approx Tory Blue. HEX triplet: 30, 48 and 8B. RGB value is (48,72,139). Sum of RGB (Red+Green+Blue) = 48+72+139=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #30488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30488B is #CFB774. Grayscale: #484848. Windows color (decimal): -13612917 or 9127984. OLE color: 9127984.

HSL color Cylindrical-coordinate representation of color #30488B: hue angle of 224.18º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30488B is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4872139-
CMYK0.650.4800.45
HSL224.18º48.66%36.67%-
HSV(B)224.18º65.47%54.51%-
XYZ8.27.1325.37-
YUV72.46165.55110.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 139 (54.69% from 255) = 53.67%
R=18.53%
G=27.80%
B=53.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48721390.650.4800.45224.1848.6636.67
Hex30488B413002De03125
Octal60110213101600553406145
Binary1100001001000100010111000001110000010110111100000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30488B; }

 p { color: rgb(48,72,139); }

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

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

 a { background-color: rgb(48,72,139); }

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

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

 span { border-color: rgb(48,72,139); }

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