Html Css Color HEX #304499 Tory Blue

📋 copy color: '#304499'

red 48 ◦ green 68 ◦ blue 153

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

Shades of Tory Blue #304499

Tints of Tory Blue #304499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

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

R = 17.84%
G = 25.28%
B = 56.88%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#304499 (or 0x304499) is known color: Tory Blue. HEX triplet: 30, 44 and 99. RGB value is (48,68,153). Sum of RGB (Red+Green+Blue) = 48+68+153=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #304499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304499 is #CFBB66. Grayscale: #474747. Windows color (decimal): -13613927 or 10044464. OLE color: 10044464.

HSL color Cylindrical-coordinate representation of color #304499: hue angle of 228.57º 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 #304499 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 68 153 -
CMYK 0.69 0.56 0 0.4
HSL 228.57º 0.52% 0.39% -
HSV(B) 228.57º 0.69% 0.6% -
XYZ 9.04 7.06 31.02 -
YUV 71.71 173.87 111.09 -
System Red Green Blue C M Y K H S L
Decimal 48 68 153 0.69 0.56 0 0.4 228.57 0.52 0.39
Hex 30 44 99 45 38 0 28 E5 34 27
Octal 60 104 231 105 70 0 50 345 64 47
Binary 110000 1000100 10011001 1000101 111000 0 101000 11100101 110100 100111

Color Harmonies of #304499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304499

Black with #304499

Text Example


Text Example

White with #304499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304499; }

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

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

background-color css

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

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

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

border-color css

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

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

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