Html Css Color HEX #304A8F Tory Blue

📋 copy color: '#304A8F'

red 48 ◦ green 74 ◦ blue 143

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

Shades of Tory Blue #304A8F

Tints of Tory Blue #304A8F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.92%

 BLUE value IS 143 (56.25% from 255) = 53.96%

R = 18.11%
G = 27.92%
B = 53.96%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#304A8F (or 0x304A8F) is known color: Tory Blue. HEX triplet: 30, 4A and 8F. RGB value is (48,74,143). Sum of RGB (Red+Green+Blue) = 48+74+143=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #304A8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304A8F is #CFB570. Grayscale: #494949. Windows color (decimal): -13612401 or 9390640. OLE color: 9390640.

HSL color Cylindrical-coordinate representation of color #304A8F: hue angle of 223.58º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #304A8F is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 74 143 -
CMYK 0.66 0.48 0 0.44
HSL 223.58º 0.5% 0.37% -
HSV(B) 223.58º 0.66% 0.56% -
XYZ 8.63 7.51 26.98 -
YUV 74.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 48 74 143 0.66 0.48 0 0.44 223.58 0.5 0.37
Hex 30 4A 8F 42 30 0 2C E0 32 25
Octal 60 112 217 102 60 0 54 340 62 45
Binary 110000 1001010 10001111 1000010 110000 0 101100 11100000 110010 100101

Color Harmonies of #304A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A8F

Black with #304A8F

Text Example


Text Example

White with #304A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,74,143); }

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

background-color css

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

 a { background-color: rgb(48,74,143); }

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

border-color css

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

 span { border-color: rgb(48,74,143); }

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