Html Css Color HEX #304594 Tory Blue

📋 copy color: '#304594'

red 48 ◦ green 69 ◦ blue 148

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

Shades of Tory Blue #304594

Tints of Tory Blue #304594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.04%

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

R = 18.11%
G = 26.04%
B = 55.85%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#304594 (or 0x304594) is known color: Tory Blue. HEX triplet: 30, 45 and 94. RGB value is (48,69,148). Sum of RGB (Red+Green+Blue) = 48+69+148=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #304594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304594 is #CFBA6B. Grayscale: #474747. Windows color (decimal): -13613676 or 9717040. OLE color: 9717040.

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

Color convert

RGB 48 69 148 -
CMYK 0.68 0.53 0 0.42
HSL 227.4º 0.51% 0.38% -
HSV(B) 227.4º 0.68% 0.58% -
XYZ 8.69 7.02 28.91 -
YUV 71.73 171.04 111.08 -
System Red Green Blue C M Y K H S L
Decimal 48 69 148 0.68 0.53 0 0.42 227.4 0.51 0.38
Hex 30 45 94 44 35 0 2A E3 33 26
Octal 60 105 224 104 65 0 52 343 63 46
Binary 110000 1000101 10010100 1000100 110101 0 101010 11100011 110011 100110

Color Harmonies of #304594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304594

Black with #304594

Text Example


Text Example

White with #304594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304594; }

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

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

background-color css

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

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

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

border-color css

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

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

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