Html Css Color HEX #304899 Tory Blue

📋 copy color: '#304899'

red 48 ◦ green 72 ◦ blue 153

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

Shades of Tory Blue #304899

Tints of Tory Blue #304899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.04%

R = 17.58%
G = 26.37%
B = 56.04%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#304899 (or 0x304899) is known color: Tory Blue. HEX triplet: 30, 48 and 99. RGB value is (48,72,153). Sum of RGB (Red+Green+Blue) = 48+72+153=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #304899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304899 is #CFB766. Grayscale: #494949. Windows color (decimal): -13612903 or 10045488. OLE color: 10045488.

HSL color Cylindrical-coordinate representation of color #304899: hue angle of 226.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #304899 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 72 153 -
CMYK 0.69 0.53 0 0.4
HSL 226.29º 0.52% 0.39% -
HSV(B) 226.29º 0.69% 0.6% -
XYZ 9.29 7.56 31.11 -
YUV 74.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 48 72 153 0.69 0.53 0 0.4 226.29 0.52 0.39
Hex 30 48 99 45 35 0 28 E2 34 27
Octal 60 110 231 105 65 0 50 342 64 47
Binary 110000 1001000 10011001 1000101 110101 0 101000 11100010 110100 100111

Color Harmonies of #304899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304899

Black with #304899

Text Example


Text Example

White with #304899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304899; }

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

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

background-color css

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

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

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

border-color css

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

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

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