Html Css Color HEX #30499B Tory Blue

📋 copy color: '#30499B'

red 48 ◦ green 73 ◦ blue 155

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

Shades of Tory Blue #30499B

Tints of Tory Blue #30499B

RGB

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

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

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

R = 17.39%
G = 26.45%
B = 56.16%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30499B (or 0x30499B) is known color: Tory Blue. HEX triplet: 30, 49 and 9B. RGB value is (48,73,155). Sum of RGB (Red+Green+Blue) = 48+73+155=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #30499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30499B is #CFB664. Grayscale: #4A4A4A. Windows color (decimal): -13612645 or 10176816. OLE color: 10176816.

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

Color convert

RGB 48 73 155 -
CMYK 0.69 0.53 0 0.39
HSL 225.98º 0.53% 0.4% -
HSV(B) 225.98º 0.69% 0.61% -
XYZ 9.52 7.76 32.01 -
YUV 74.87 173.22 108.83 -
System Red Green Blue C M Y K H S L
Decimal 48 73 155 0.69 0.53 0 0.39 225.98 0.53 0.4
Hex 30 49 9B 45 35 0 27 E2 35 28
Octal 60 111 233 105 65 0 47 342 65 50
Binary 110000 1001001 10011011 1000101 110101 0 100111 11100010 110101 101000

Color Harmonies of #30499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30499B

Black with #30499B

Text Example


Text Example

White with #30499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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