Html Css Color HEX #304990 Tory Blue

📋 copy color: '#304990'

red 48 ◦ green 73 ◦ blue 144

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

Shades of Tory Blue #304990

Tints of Tory Blue #304990

RGB

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

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

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

R = 18.11%
G = 27.55%
B = 54.34%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#304990 (or 0x304990) is known color: Tory Blue. HEX triplet: 30, 49 and 90. RGB value is (48,73,144). Sum of RGB (Red+Green+Blue) = 48+73+144=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #304990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304990 is #CFB66F. Grayscale: #494949. Windows color (decimal): -13612656 or 9455920. OLE color: 9455920.

HSL color Cylindrical-coordinate representation of color #304990: hue angle of 224.38º 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 #304990 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 73 144 -
CMYK 0.67 0.49 0 0.44
HSL 224.38º 0.5% 0.38% -
HSV(B) 224.38º 0.67% 0.56% -
XYZ 8.64 7.41 27.36 -
YUV 73.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 48 73 144 0.67 0.49 0 0.44 224.38 0.5 0.38
Hex 30 49 90 43 31 0 2C E0 32 26
Octal 60 111 220 103 61 0 54 340 62 46
Binary 110000 1001001 10010000 1000011 110001 0 101100 11100000 110010 100110

Color Harmonies of #304990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304990

Black with #304990

Text Example


Text Example

White with #304990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304990; }

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

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

background-color css

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

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

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

border-color css

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

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

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