Html Css Color HEX #304699 Tory Blue

📋 copy color: '#304699'

red 48 ◦ green 70 ◦ blue 153

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

Shades of Tory Blue #304699

Tints of Tory Blue #304699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.46%

R = 17.71%
G = 25.83%
B = 56.46%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#304699 (or 0x304699) is known color: Tory Blue. HEX triplet: 30, 46 and 99. RGB value is (48,70,153). Sum of RGB (Red+Green+Blue) = 48+70+153=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #304699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304699 is #CFB966. Grayscale: #484848. Windows color (decimal): -13613415 or 10044976. OLE color: 10044976.

HSL color Cylindrical-coordinate representation of color #304699: hue angle of 227.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #304699 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 70 153 -
CMYK 0.69 0.54 0 0.4
HSL 227.43º 0.52% 0.39% -
HSV(B) 227.43º 0.69% 0.6% -
XYZ 9.16 7.31 31.06 -
YUV 72.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 48 70 153 0.69 0.54 0 0.4 227.43 0.52 0.39
Hex 30 46 99 45 36 0 28 E3 34 27
Octal 60 106 231 105 66 0 50 343 64 47
Binary 110000 1000110 10011001 1000101 110110 0 101000 11100011 110100 100111

Color Harmonies of #304699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304699

Black with #304699

Text Example


Text Example

White with #304699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304699; }

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

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

background-color css

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

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

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

border-color css

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

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

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