Html Css Color HEX #304795 Tory Blue

📋 copy color: '#304795'

red 48 ◦ green 71 ◦ blue 149

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

Shades of Tory Blue #304795

Tints of Tory Blue #304795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.49%

 BLUE value IS 149 (58.59% from 255) = 55.6%

R = 17.91%
G = 26.49%
B = 55.6%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#304795 (or 0x304795) is known color: Tory Blue. HEX triplet: 30, 47 and 95. RGB value is (48,71,149). Sum of RGB (Red+Green+Blue) = 48+71+149=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #304795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304795 is #CFB86A. Grayscale: #484848. Windows color (decimal): -13613163 or 9783088. OLE color: 9783088.

HSL color Cylindrical-coordinate representation of color #304795: hue angle of 226.34º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #304795 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 71 149 -
CMYK 0.68 0.52 0 0.42
HSL 226.34º 0.51% 0.39% -
HSV(B) 226.34º 0.68% 0.58% -
XYZ 8.9 7.3 29.37 -
YUV 73.02 170.88 110.16 -
System Red Green Blue C M Y K H S L
Decimal 48 71 149 0.68 0.52 0 0.42 226.34 0.51 0.39
Hex 30 47 95 44 34 0 2A E2 33 27
Octal 60 107 225 104 64 0 52 342 63 47
Binary 110000 1000111 10010101 1000100 110100 0 101010 11100010 110011 100111

Color Harmonies of #304795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304795

Black with #304795

Text Example


Text Example

White with #304795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304795; }

 p { color: rgb(48,71,149); }

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

background-color css

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

 a { background-color: rgb(48,71,149); }

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

border-color css

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

 span { border-color: rgb(48,71,149); }

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