Html Css Color HEX #304891 Tory Blue

📋 copy color: '#304891'

red 48 ◦ green 72 ◦ blue 145

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

Shades of Tory Blue #304891

Tints of Tory Blue #304891

RGB

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

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

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

R = 18.11%
G = 27.17%
B = 54.72%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#304891 (or 0x304891) is known color: Tory Blue. HEX triplet: 30, 48 and 91. RGB value is (48,72,145). Sum of RGB (Red+Green+Blue) = 48+72+145=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #304891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304891 is #CFB76E. Grayscale: #484848. Windows color (decimal): -13612911 or 9521200. OLE color: 9521200.

HSL color Cylindrical-coordinate representation of color #304891: hue angle of 225.15º 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 #304891 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 72 145 -
CMYK 0.67 0.50 0 0.43
HSL 225.15º 0.5% 0.38% -
HSV(B) 225.15º 0.67% 0.57% -
XYZ 8.65 7.31 27.74 -
YUV 73.15 168.55 110.06 -
System Red Green Blue C M Y K H S L
Decimal 48 72 145 0.67 0.50 0 0.43 225.15 0.5 0.38
Hex 30 48 91 43 32 0 2B E1 32 26
Octal 60 110 221 103 62 0 53 341 62 46
Binary 110000 1001000 10010001 1000011 110010 0 101011 11100001 110010 100110

Color Harmonies of #304891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304891

Black with #304891

Text Example


Text Example

White with #304891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304891; }

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

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

background-color css

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

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

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

border-color css

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

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

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