Html Css Color HEX #30489D Tory Blue

📋 copy color: '#30489D'

red 48 ◦ green 72 ◦ blue 157

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

Shades of Tory Blue #30489D

Tints of Tory Blue #30489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.99%

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

R = 17.33%
G = 25.99%
B = 56.68%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30489D (or 0x30489D) is known color: Tory Blue. HEX triplet: 30, 48 and 9D. RGB value is (48,72,157). Sum of RGB (Red+Green+Blue) = 48+72+157=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #30489D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30489D is #CFB762. Grayscale: #4A4A4A. Windows color (decimal): -13612899 or 10307632. OLE color: 10307632.

HSL color Cylindrical-coordinate representation of color #30489D: hue angle of 226.79º 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 #30489D is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 72 157 -
CMYK 0.69 0.54 0 0.38
HSL 226.79º 0.53% 0.4% -
HSV(B) 226.79º 0.69% 0.62% -
XYZ 9.62 7.7 32.88 -
YUV 74.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 48 72 157 0.69 0.54 0 0.38 226.79 0.53 0.4
Hex 30 48 9D 45 36 0 26 E3 35 28
Octal 60 110 235 105 66 0 46 343 65 50
Binary 110000 1001000 10011101 1000101 110110 0 100110 11100011 110101 101000

Color Harmonies of #30489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30489D

Black with #30489D

Text Example


Text Example

White with #30489D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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