Html Css Color HEX #304D89 Tory Blue

📋 copy color: '#304D89'

red 48 ◦ green 77 ◦ blue 137

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

Shades of Tory Blue #304D89

Tints of Tory Blue #304D89

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.39%

 BLUE value IS 137 (53.91% from 255) = 52.29%

R = 18.32%
G = 29.39%
B = 52.29%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#304D89 (or 0x304D89) is known color: Tory Blue. HEX triplet: 30, 4D and 89. RGB value is (48,77,137). Sum of RGB (Red+Green+Blue) = 48+77+137=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #304D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304D89 is #CFB276. Grayscale: #4A4A4A. Windows color (decimal): -13611639 or 8998192. OLE color: 8998192.

HSL color Cylindrical-coordinate representation of color #304D89: hue angle of 220.45º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #304D89 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 77 137 -
CMYK 0.65 0.44 0 0.46
HSL 220.45º 0.48% 0.36% -
HSV(B) 220.45º 0.65% 0.54% -
XYZ 8.39 7.74 24.72 -
YUV 75.17 162.89 108.62 -
System Red Green Blue C M Y K H S L
Decimal 48 77 137 0.65 0.44 0 0.46 220.45 0.48 0.36
Hex 30 4D 89 41 2C 0 2E DC 30 24
Octal 60 115 211 101 54 0 56 334 60 44
Binary 110000 1001101 10001001 1000001 101100 0 101110 11011100 110000 100100

Color Harmonies of #304D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D89

Black with #304D89

Text Example


Text Example

White with #304D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304D89; }

 p { color: rgb(48,77,137); }

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

background-color css

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

 a { background-color: rgb(48,77,137); }

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

border-color css

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

 span { border-color: rgb(48,77,137); }

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