Html Css Color HEX #304890 Tory Blue

📋 copy color: '#304890'

red 48 ◦ green 72 ◦ blue 144

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

Shades of Tory Blue #304890

Tints of Tory Blue #304890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.55%

R = 18.18%
G = 27.27%
B = 54.55%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#304890 (or 0x304890) is known color: Tory Blue. HEX triplet: 30, 48 and 90. RGB value is (48,72,144). Sum of RGB (Red+Green+Blue) = 48+72+144=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #304890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304890 is #CFB76F. Grayscale: #484848. Windows color (decimal): -13612912 or 9455664. OLE color: 9455664.

HSL color Cylindrical-coordinate representation of color #304890: hue angle of 225º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #304890 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 72 144 -
CMYK 0.67 0.50 0 0.44
HSL 225º 0.5% 0.38% -
HSV(B) 225º 0.67% 0.56% -
XYZ 8.57 7.28 27.34 -
YUV 73.03 168.05 110.15 -
System Red Green Blue C M Y K H S L
Decimal 48 72 144 0.67 0.50 0 0.44 225 0.5 0.38
Hex 30 48 90 43 32 0 2C E1 32 26
Octal 60 110 220 103 62 0 54 341 62 46
Binary 110000 1001000 10010000 1000011 110010 0 101100 11100001 110010 100110

Color Harmonies of #304890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304890

Black with #304890

Text Example


Text Example

White with #304890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304890; }

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

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

background-color css

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

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

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

border-color css

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

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

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