#30529B

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

Shades of Tory Blue #30529B

Tints of Tory Blue #30529B

Color information

#30529B (or 0x30529B) is unknown color: approx Tory Blue. HEX triplet: 30, 52 and 9B. RGB value is (48,82,155). Sum of RGB (Red+Green+Blue) = 48+82+155=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #30529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30529B is #CFAD64. Grayscale: #4F4F4F. Windows color (decimal): -13610341 or 10179120. OLE color: 10179120.

HSL color Cylindrical-coordinate representation of color #30529B: hue angle of 220.93º 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 #30529B is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4882155-
CMYK0.690.4700.39
HSL220.93º52.71%39.8%-
HSV(B)220.93º69.03%60.78%-
XYZ10.159.0332.22-
YUV80.16170.24105.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 155 (60.94% from 255) = 54.39%
R=16.84%
G=28.77%
B=54.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48821550.690.4700.39220.9352.7139.8
Hex30529B452F027dd3528
Octal60122233105570473356550
Binary1100001010010100110111000101101111010011111011101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,82,155); }

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

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

 a { background-color: rgb(48,82,155); }

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

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

 span { border-color: rgb(48,82,155); }

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