Html Css Color HEX #30489B Tory Blue

📋 copy color: '#30489B'

red 48 ◦ green 72 ◦ blue 155

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

Shades of Tory Blue #30489B

Tints of Tory Blue #30489B

RGB

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

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

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

R = 17.45%
G = 26.18%
B = 56.36%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30489B (or 0x30489B) is known color: Tory Blue. HEX triplet: 30, 48 and 9B. RGB value is (48,72,155). Sum of RGB (Red+Green+Blue) = 48+72+155=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #30489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30489B is #CFB764. Grayscale: #494949. Windows color (decimal): -13612901 or 10176560. OLE color: 10176560.

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

Color convert

RGB 48 72 155 -
CMYK 0.69 0.54 0 0.39
HSL 226.54º 0.53% 0.4% -
HSV(B) 226.54º 0.69% 0.61% -
XYZ 9.45 7.63 31.98 -
YUV 74.29 173.55 109.25 -
System Red Green Blue C M Y K H S L
Decimal 48 72 155 0.69 0.54 0 0.39 226.54 0.53 0.4
Hex 30 48 9B 45 36 0 27 E3 35 28
Octal 60 110 233 105 66 0 47 343 65 50
Binary 110000 1001000 10011011 1000101 110110 0 100111 11100011 110101 101000

Color Harmonies of #30489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30489B

Black with #30489B

Text Example


Text Example

White with #30489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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