Html Css Color HEX #304994 Tory Blue

📋 copy color: '#304994'

red 48 ◦ green 73 ◦ blue 148

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

Shades of Tory Blue #304994

Tints of Tory Blue #304994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.02%

R = 17.84%
G = 27.14%
B = 55.02%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#304994 (or 0x304994) is known color: Tory Blue. HEX triplet: 30, 49 and 94. RGB value is (48,73,148). Sum of RGB (Red+Green+Blue) = 48+73+148=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #304994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304994 is #CFB66B. Grayscale: #494949. Windows color (decimal): -13612652 or 9718064. OLE color: 9718064.

HSL color Cylindrical-coordinate representation of color #304994: hue angle of 225º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #304994 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 73 148 -
CMYK 0.68 0.51 0 0.42
HSL 225º 0.51% 0.38% -
HSV(B) 225º 0.68% 0.58% -
XYZ 8.95 7.53 29 -
YUV 74.08 169.72 109.4 -
System Red Green Blue C M Y K H S L
Decimal 48 73 148 0.68 0.51 0 0.42 225 0.51 0.38
Hex 30 49 94 44 33 0 2A E1 33 26
Octal 60 111 224 104 63 0 52 341 63 46
Binary 110000 1001001 10010100 1000100 110011 0 101010 11100001 110011 100110

Color Harmonies of #304994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304994

Black with #304994

Text Example


Text Example

White with #304994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304994; }

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

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

background-color css

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

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

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

border-color css

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

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

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