Html Css Color HEX #304194 Tory Blue

📋 copy color: '#304194'

red 48 ◦ green 65 ◦ blue 148

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

Shades of Tory Blue #304194

Tints of Tory Blue #304194

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

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

R = 18.39%
G = 24.9%
B = 56.7%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#304194 (or 0x304194) is known color: Tory Blue. HEX triplet: 30, 41 and 94. RGB value is (48,65,148). Sum of RGB (Red+Green+Blue) = 48+65+148=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #304194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304194 is #CFBE6B. Grayscale: #454545. Windows color (decimal): -13614700 or 9716016. OLE color: 9716016.

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

Color convert

RGB 48 65 148 -
CMYK 0.68 0.56 0 0.42
HSL 229.8º 0.51% 0.38% -
HSV(B) 229.8º 0.68% 0.58% -
XYZ 8.45 6.55 28.84 -
YUV 69.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 48 65 148 0.68 0.56 0 0.42 229.8 0.51 0.38
Hex 30 41 94 44 38 0 2A E6 33 26
Octal 60 101 224 104 70 0 52 346 63 46
Binary 110000 1000001 10010100 1000100 111000 0 101010 11100110 110011 100110

Color Harmonies of #304194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304194

Black with #304194

Text Example


Text Example

White with #304194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304194; }

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

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

background-color css

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

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

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

border-color css

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

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

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