Html Css Color HEX #304694 Tory Blue

📋 copy color: '#304694'

red 48 ◦ green 70 ◦ blue 148

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

Shades of Tory Blue #304694

Tints of Tory Blue #304694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.32%

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

R = 18.05%
G = 26.32%
B = 55.64%

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

#304694 (or 0x304694) is known color: Tory Blue. HEX triplet: 30, 46 and 94. RGB value is (48,70,148). Sum of RGB (Red+Green+Blue) = 48+70+148=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #304694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304694 is #CFB96B. Grayscale: #474747. Windows color (decimal): -13613420 or 9717296. OLE color: 9717296.

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

Color convert

RGB 48 70 148 -
CMYK 0.68 0.53 0 0.42
HSL 226.8º 0.51% 0.38% -
HSV(B) 226.8º 0.68% 0.58% -
XYZ 8.75 7.15 28.94 -
YUV 72.31 170.71 110.66 -
System Red Green Blue C M Y K H S L
Decimal 48 70 148 0.68 0.53 0 0.42 226.8 0.51 0.38
Hex 30 46 94 44 35 0 2A E3 33 26
Octal 60 106 224 104 65 0 52 343 63 46
Binary 110000 1000110 10010100 1000100 110101 0 101010 11100011 110011 100110

Color Harmonies of #304694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304694

Black with #304694

Text Example


Text Example

White with #304694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304694; }

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

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

background-color css

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

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

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

border-color css

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

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

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