Html Css Color HEX #304F91 Tory Blue

📋 copy color: '#304F91'

red 48 ◦ green 79 ◦ blue 145

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

Shades of Tory Blue #304F91

Tints of Tory Blue #304F91

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.04%

 BLUE value IS 145 (57.03% from 255) = 53.31%

R = 17.65%
G = 29.04%
B = 53.31%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#304F91 (or 0x304F91) is known color: Tory Blue. HEX triplet: 30, 4F and 91. RGB value is (48,79,145). Sum of RGB (Red+Green+Blue) = 48+79+145=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #304F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304F91 is #CFB06E. Grayscale: #4C4C4C. Windows color (decimal): -13611119 or 9522992. OLE color: 9522992.

HSL color Cylindrical-coordinate representation of color #304F91: hue angle of 220.82º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #304F91 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 79 145 -
CMYK 0.67 0.46 0 0.43
HSL 220.82º 0.5% 0.38% -
HSV(B) 220.82º 0.67% 0.57% -
XYZ 9.13 8.26 27.9 -
YUV 77.26 166.23 107.13 -
System Red Green Blue C M Y K H S L
Decimal 48 79 145 0.67 0.46 0 0.43 220.82 0.5 0.38
Hex 30 4F 91 43 2E 0 2B DD 32 26
Octal 60 117 221 103 56 0 53 335 62 46
Binary 110000 1001111 10010001 1000011 101110 0 101011 11011101 110010 100110

Color Harmonies of #304F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304F91

Black with #304F91

Text Example


Text Example

White with #304F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304F91; }

 p { color: rgb(48,79,145); }

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

background-color css

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

 a { background-color: rgb(48,79,145); }

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

border-color css

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

 span { border-color: rgb(48,79,145); }

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