Html Css Color HEX #30519B Tory Blue

📋 copy color: '#30519B'

red 48 ◦ green 81 ◦ blue 155

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

Shades of Tory Blue #30519B

Tints of Tory Blue #30519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.58%

R = 16.9%
G = 28.52%
B = 54.58%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30519B (or 0x30519B) is known color: Tory Blue. HEX triplet: 30, 51 and 9B. RGB value is (48,81,155). Sum of RGB (Red+Green+Blue) = 48+81+155=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #30519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30519B is #CFAE64. Grayscale: #4F4F4F. Windows color (decimal): -13610597 or 10178864. OLE color: 10178864.

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

Color convert

RGB 48 81 155 -
CMYK 0.69 0.48 0 0.39
HSL 221.5º 0.53% 0.4% -
HSV(B) 221.5º 0.69% 0.61% -
XYZ 10.08 8.88 32.19 -
YUV 79.57 170.57 105.48 -
System Red Green Blue C M Y K H S L
Decimal 48 81 155 0.69 0.48 0 0.39 221.5 0.53 0.4
Hex 30 51 9B 45 30 0 27 DD 35 28
Octal 60 121 233 105 60 0 47 335 65 50
Binary 110000 1010001 10011011 1000101 110000 0 100111 11011101 110101 101000

Color Harmonies of #30519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30519B

Black with #30519B

Text Example


Text Example

White with #30519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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