Html Css Color HEX #304099 Tory Blue

📋 copy color: '#304099'

red 48 ◦ green 64 ◦ blue 153

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

Shades of Tory Blue #304099

Tints of Tory Blue #304099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.15%

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

R = 18.11%
G = 24.15%
B = 57.74%

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

#304099 (or 0x304099) is known color: Tory Blue. HEX triplet: 30, 40 and 99. RGB value is (48,64,153). Sum of RGB (Red+Green+Blue) = 48+64+153=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #304099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304099 is #CFBF66. Grayscale: #444444. Windows color (decimal): -13614951 or 10043440. OLE color: 10043440.

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

Color convert

RGB 48 64 153 -
CMYK 0.69 0.58 0 0.4
HSL 230.86º 0.52% 0.39% -
HSV(B) 230.86º 0.69% 0.6% -
XYZ 8.8 6.6 30.95 -
YUV 69.36 175.2 112.76 -
System Red Green Blue C M Y K H S L
Decimal 48 64 153 0.69 0.58 0 0.4 230.86 0.52 0.39
Hex 30 40 99 45 3A 0 28 E7 34 27
Octal 60 100 231 105 72 0 50 347 64 47
Binary 110000 1000000 10011001 1000101 111010 0 101000 11100111 110100 100111

Color Harmonies of #304099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304099

Black with #304099

Text Example


Text Example

White with #304099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304099; }

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

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

background-color css

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

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

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

border-color css

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

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

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