Html Css Color HEX #304897 Tory Blue

📋 copy color: '#304897'

red 48 ◦ green 72 ◦ blue 151

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

Shades of Tory Blue #304897

Tints of Tory Blue #304897

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.57%

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

R = 17.71%
G = 26.57%
B = 55.72%

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

#304897 (or 0x304897) is known color: Tory Blue. HEX triplet: 30, 48 and 97. RGB value is (48,72,151). Sum of RGB (Red+Green+Blue) = 48+72+151=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #304897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304897 is #CFB768. Grayscale: #494949. Windows color (decimal): -13612905 or 9914416. OLE color: 9914416.

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

Color convert

RGB 48 72 151 -
CMYK 0.68 0.52 0 0.41
HSL 226.02º 0.52% 0.39% -
HSV(B) 226.02º 0.68% 0.59% -
XYZ 9.12 7.5 30.24 -
YUV 73.83 171.55 109.58 -
System Red Green Blue C M Y K H S L
Decimal 48 72 151 0.68 0.52 0 0.41 226.02 0.52 0.39
Hex 30 48 97 44 34 0 29 E2 34 27
Octal 60 110 227 104 64 0 51 342 64 47
Binary 110000 1001000 10010111 1000100 110100 0 101001 11100010 110100 100111

Color Harmonies of #304897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304897

Black with #304897

Text Example


Text Example

White with #304897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304897; }

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

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

background-color css

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

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

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

border-color css

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

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

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