Html Css Color HEX #304997 Tory Blue

📋 copy color: '#304997'

red 48 ◦ green 73 ◦ blue 151

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

Shades of Tory Blue #304997

Tints of Tory Blue #304997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.84%

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

R = 17.65%
G = 26.84%
B = 55.51%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#304997 (or 0x304997) is known color: Tory Blue. HEX triplet: 30, 49 and 97. RGB value is (48,73,151). Sum of RGB (Red+Green+Blue) = 48+73+151=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #304997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304997 is #CFB668. Grayscale: #4A4A4A. Windows color (decimal): -13612649 or 9914672. OLE color: 9914672.

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

Color convert

RGB 48 73 151 -
CMYK 0.68 0.52 0 0.41
HSL 225.44º 0.52% 0.39% -
HSV(B) 225.44º 0.68% 0.59% -
XYZ 9.19 7.63 30.27 -
YUV 74.42 171.22 109.16 -
System Red Green Blue C M Y K H S L
Decimal 48 73 151 0.68 0.52 0 0.41 225.44 0.52 0.39
Hex 30 49 97 44 34 0 29 E1 34 27
Octal 60 111 227 104 64 0 51 341 64 47
Binary 110000 1001001 10010111 1000100 110100 0 101001 11100001 110100 100111

Color Harmonies of #304997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304997

Black with #304997

Text Example


Text Example

White with #304997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304997; }

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

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

background-color css

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

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

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

border-color css

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

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

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