Html Css Color HEX #304D9F Tory Blue

📋 copy color: '#304D9F'

red 48 ◦ green 77 ◦ blue 159

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

Shades of Tory Blue #304D9F

Tints of Tory Blue #304D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.99%

R = 16.9%
G = 27.11%
B = 55.99%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#304D9F (or 0x304D9F) is known color: Tory Blue. HEX triplet: 30, 4D and 9F. RGB value is (48,77,159). Sum of RGB (Red+Green+Blue) = 48+77+159=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #304D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304D9F is #CFB260. Grayscale: #4D4D4D. Windows color (decimal): -13611617 or 10439984. OLE color: 10439984.

HSL color Cylindrical-coordinate representation of color #304D9F: hue angle of 224.32º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #304D9F is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 77 159 -
CMYK 0.70 0.52 0 0.38
HSL 224.32º 0.54% 0.41% -
HSV(B) 224.32º 0.7% 0.62% -
XYZ 10.13 8.44 33.9 -
YUV 77.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 48 77 159 0.70 0.52 0 0.38 224.32 0.54 0.41
Hex 30 4D 9F 46 34 0 26 E0 36 29
Octal 60 115 237 106 64 0 46 340 66 51
Binary 110000 1001101 10011111 1000110 110100 0 100110 11100000 110110 101001

Color Harmonies of #304D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D9F

Black with #304D9F

Text Example


Text Example

White with #304D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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