Html Css Color HEX #304494 Tory Blue

📋 copy color: '#304494'

red 48 ◦ green 68 ◦ blue 148

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

Shades of Tory Blue #304494

Tints of Tory Blue #304494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.76%

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

R = 18.18%
G = 25.76%
B = 56.06%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#304494 (or 0x304494) is known color: Tory Blue. HEX triplet: 30, 44 and 94. RGB value is (48,68,148). Sum of RGB (Red+Green+Blue) = 48+68+148=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #304494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304494 is #CFBB6B. Grayscale: #464646. Windows color (decimal): -13613932 or 9716784. OLE color: 9716784.

HSL color Cylindrical-coordinate representation of color #304494: hue angle of 228º 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 #304494 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 68 148 -
CMYK 0.68 0.54 0 0.42
HSL 228º 0.51% 0.38% -
HSV(B) 228º 0.68% 0.58% -
XYZ 8.63 6.9 28.89 -
YUV 71.14 171.37 111.5 -
System Red Green Blue C M Y K H S L
Decimal 48 68 148 0.68 0.54 0 0.42 228 0.51 0.38
Hex 30 44 94 44 36 0 2A E4 33 26
Octal 60 104 224 104 66 0 52 344 63 46
Binary 110000 1000100 10010100 1000100 110110 0 101010 11100100 110011 100110

Color Harmonies of #304494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304494

Black with #304494

Text Example


Text Example

White with #304494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304494; }

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

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

background-color css

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

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

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

border-color css

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

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

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