Html Css Color HEX #304697 Tory Blue

📋 copy color: '#304697'

red 48 ◦ green 70 ◦ blue 151

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

Shades of Tory Blue #304697

Tints of Tory Blue #304697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.13%

R = 17.84%
G = 26.02%
B = 56.13%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#304697 (or 0x304697) is known color: Tory Blue. HEX triplet: 30, 46 and 97. RGB value is (48,70,151). Sum of RGB (Red+Green+Blue) = 48+70+151=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #304697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304697 is #CFB968. Grayscale: #484848. Windows color (decimal): -13613417 or 9913904. OLE color: 9913904.

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

Color convert

RGB 48 70 151 -
CMYK 0.68 0.54 0 0.41
HSL 227.18º 0.52% 0.39% -
HSV(B) 227.18º 0.68% 0.59% -
XYZ 8.99 7.24 30.2 -
YUV 72.66 172.21 110.41 -
System Red Green Blue C M Y K H S L
Decimal 48 70 151 0.68 0.54 0 0.41 227.18 0.52 0.39
Hex 30 46 97 44 36 0 29 E3 34 27
Octal 60 106 227 104 66 0 51 343 64 47
Binary 110000 1000110 10010111 1000100 110110 0 101001 11100011 110100 100111

Color Harmonies of #304697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304697

Black with #304697

Text Example


Text Example

White with #304697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304697; }

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

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

background-color css

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

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

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

border-color css

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

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

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