Html Css Color HEX #30519D Tory Blue

📋 copy color: '#30519D'

red 48 ◦ green 81 ◦ blue 157

#30519D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #30519D

Tints of Tory Blue #30519D

RGB

 RED value IS 48 (19.14% from 255) = 16.78%

 GREEN value IS 81 (32.03% from 255) = 28.32%

 BLUE value IS 157 (61.72% from 255) = 54.9%

R = 16.78%
G = 28.32%
B = 54.9%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30519D (or 0x30519D) is known color: Tory Blue. HEX triplet: 30, 51 and 9D. RGB value is (48,81,157). Sum of RGB (Red+Green+Blue) = 48+81+157=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #30519D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30519D is #CFAE62. Grayscale: #4F4F4F. Windows color (decimal): -13610595 or 10309936. OLE color: 10309936.

HSL color Cylindrical-coordinate representation of color #30519D: hue angle of 221.83º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30519D is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 81 157 -
CMYK 0.69 0.48 0 0.38
HSL 221.83º 0.53% 0.4% -
HSV(B) 221.83º 0.69% 0.62% -
XYZ 10.25 8.95 33.09 -
YUV 79.8 171.57 105.32 -
System Red Green Blue C M Y K H S L
Decimal 48 81 157 0.69 0.48 0 0.38 221.83 0.53 0.4
Hex 30 51 9D 45 30 0 26 DE 35 28
Octal 60 121 235 105 60 0 46 336 65 50
Binary 110000 1010001 10011101 1000101 110000 0 100110 11011110 110101 101000

Color Harmonies of #30519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30519D

Black with #30519D

Text Example


Text Example

White with #30519D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30519D; }

 p { color: rgb(48,81,157); }

 H1.HeaderClassName
 {
   color: #30519D;
 }
 .AnyTagClassName
 {
   color: #30519D;
 }
</style>

background-color css

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

 a { background-color: rgb(48,81,157); }

 div.DivClassName
 {
   background-color: #30519D;
 }
 .BgClassName
 {
   background-color: #30519D;
 }
</style>

border-color css

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

 span { border-color: rgb(48,81,157); }

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