Html Css Color HEX #304593 Tory Blue

📋 copy color: '#304593'

red 48 ◦ green 69 ◦ blue 147

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

Shades of Tory Blue #304593

Tints of Tory Blue #304593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.14%

 BLUE value IS 147 (57.81% from 255) = 55.68%

R = 18.18%
G = 26.14%
B = 55.68%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#304593 (or 0x304593) is known color: Tory Blue. HEX triplet: 30, 45 and 93. RGB value is (48,69,147). Sum of RGB (Red+Green+Blue) = 48+69+147=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #304593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304593 is #CFBA6C. Grayscale: #474747. Windows color (decimal): -13613677 or 9651504. OLE color: 9651504.

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

Color convert

RGB 48 69 147 -
CMYK 0.67 0.53 0 0.42
HSL 227.27º 0.51% 0.38% -
HSV(B) 227.27º 0.67% 0.58% -
XYZ 8.61 6.99 28.5 -
YUV 71.61 170.54 111.16 -
System Red Green Blue C M Y K H S L
Decimal 48 69 147 0.67 0.53 0 0.42 227.27 0.51 0.38
Hex 30 45 93 43 35 0 2A E3 33 26
Octal 60 105 223 103 65 0 52 343 63 46
Binary 110000 1000101 10010011 1000011 110101 0 101010 11100011 110011 100110

Color Harmonies of #304593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304593

Black with #304593

Text Example


Text Example

White with #304593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304593; }

 p { color: rgb(48,69,147); }

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

background-color css

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

 a { background-color: rgb(48,69,147); }

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

border-color css

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

 span { border-color: rgb(48,69,147); }

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