Html Css Color HEX #304FA2 Tory Blue

📋 copy color: '#304FA2'

red 48 ◦ green 79 ◦ blue 162

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

Shades of Tory Blue #304FA2

Tints of Tory Blue #304FA2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.34%

 BLUE value IS 162 (63.67% from 255) = 56.06%

R = 16.61%
G = 27.34%
B = 56.06%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#304FA2 (or 0x304FA2) is known color: Tory Blue. HEX triplet: 30, 4F and A2. RGB value is (48,79,162). Sum of RGB (Red+Green+Blue) = 48+79+162=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #304FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304FA2 is #CFB05D. Grayscale: #4E4E4E. Windows color (decimal): -13611102 or 10637104. OLE color: 10637104.

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

Color convert

RGB 48 79 162 -
CMYK 0.70 0.51 0 0.36
HSL 223.68º 0.54% 0.41% -
HSV(B) 223.68º 0.7% 0.64% -
XYZ 10.54 8.83 35.33 -
YUV 79.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 48 79 162 0.70 0.51 0 0.36 223.68 0.54 0.41
Hex 30 4F A2 46 33 0 24 E0 36 29
Octal 60 117 242 106 63 0 44 340 66 51
Binary 110000 1001111 10100010 1000110 110011 0 100100 11100000 110110 101001

Color Harmonies of #304FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304FA2

Black with #304FA2

Text Example


Text Example

White with #304FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,79,162); }

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

background-color css

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

 a { background-color: rgb(48,79,162); }

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

border-color css

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

 span { border-color: rgb(48,79,162); }

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