Html Css Color HEX #30498B Tory Blue

📋 copy color: '#30498B'

red 48 ◦ green 73 ◦ blue 139

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

Shades of Tory Blue #30498B

Tints of Tory Blue #30498B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.46%

R = 18.46%
G = 28.08%
B = 53.46%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30498B (or 0x30498B) is known color: Tory Blue. HEX triplet: 30, 49 and 8B. RGB value is (48,73,139). Sum of RGB (Red+Green+Blue) = 48+73+139=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #30498B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30498B is #CFB674. Grayscale: #484848. Windows color (decimal): -13612661 or 9128240. OLE color: 9128240.

HSL color Cylindrical-coordinate representation of color #30498B: hue angle of 223.52º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30498B is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 73 139 -
CMYK 0.65 0.47 0 0.45
HSL 223.52º 0.49% 0.37% -
HSV(B) 223.52º 0.65% 0.55% -
XYZ 8.26 7.26 25.39 -
YUV 73.05 165.22 110.13 -
System Red Green Blue C M Y K H S L
Decimal 48 73 139 0.65 0.47 0 0.45 223.52 0.49 0.37
Hex 30 49 8B 41 2F 0 2D E0 31 25
Octal 60 111 213 101 57 0 55 340 61 45
Binary 110000 1001001 10001011 1000001 101111 0 101101 11100000 110001 100101

Color Harmonies of #30498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30498B

Black with #30498B

Text Example


Text Example

White with #30498B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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