Html Css Color HEX #304199 Tory Blue

📋 copy color: '#304199'

red 48 ◦ green 65 ◦ blue 153

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

Shades of Tory Blue #304199

Tints of Tory Blue #304199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.44%

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

R = 18.05%
G = 24.44%
B = 57.52%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#304199 (or 0x304199) is known color: Tory Blue. HEX triplet: 30, 41 and 99. RGB value is (48,65,153). Sum of RGB (Red+Green+Blue) = 48+65+153=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #304199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304199 is #CFBE66. Grayscale: #454545. Windows color (decimal): -13614695 or 10043696. OLE color: 10043696.

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

Color convert

RGB 48 65 153 -
CMYK 0.69 0.58 0 0.4
HSL 230.29º 0.52% 0.39% -
HSV(B) 230.29º 0.69% 0.6% -
XYZ 8.86 6.71 30.97 -
YUV 69.95 174.87 112.34 -
System Red Green Blue C M Y K H S L
Decimal 48 65 153 0.69 0.58 0 0.4 230.29 0.52 0.39
Hex 30 41 99 45 3A 0 28 E6 34 27
Octal 60 101 231 105 72 0 50 346 64 47
Binary 110000 1000001 10011001 1000101 111010 0 101000 11100110 110100 100111

Color Harmonies of #304199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304199

Black with #304199

Text Example


Text Example

White with #304199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304199; }

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

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

background-color css

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

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

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

border-color css

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

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

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