Html Css Color HEX #30499E Tory Blue

📋 copy color: '#30499E'

red 48 ◦ green 73 ◦ blue 158

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

Shades of Tory Blue #30499E

Tints of Tory Blue #30499E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.16%

 BLUE value IS 158 (62.11% from 255) = 56.63%

R = 17.2%
G = 26.16%
B = 56.63%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30499E (or 0x30499E) is known color: Tory Blue. HEX triplet: 30, 49 and 9E. RGB value is (48,73,158). Sum of RGB (Red+Green+Blue) = 48+73+158=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #30499E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30499E is #CFB661. Grayscale: #4A4A4A. Windows color (decimal): -13612642 or 10373424. OLE color: 10373424.

HSL color Cylindrical-coordinate representation of color #30499E: hue angle of 226.36º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30499E is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 73 158 -
CMYK 0.70 0.54 0 0.38
HSL 226.36º 0.53% 0.4% -
HSV(B) 226.36º 0.7% 0.62% -
XYZ 9.77 7.86 33.35 -
YUV 75.22 174.72 108.59 -
System Red Green Blue C M Y K H S L
Decimal 48 73 158 0.70 0.54 0 0.38 226.36 0.53 0.4
Hex 30 49 9E 46 36 0 26 E2 35 28
Octal 60 111 236 106 66 0 46 342 65 50
Binary 110000 1001001 10011110 1000110 110110 0 100110 11100010 110101 101000

Color Harmonies of #30499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30499E

Black with #30499E

Text Example


Text Example

White with #30499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30499E; }

 p { color: rgb(48,73,158); }

 H1.HeaderClassName
 {
   color: #30499E;
 }
 .AnyTagClassName
 {
   color: #30499E;
 }
</style>

background-color css

<style>
 a { background-color: #30499E; }

 a { background-color: rgb(48,73,158); }

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

border-color css

<style>
 span { border-color: #30499E; }

 span { border-color: rgb(48,73,158); }

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