Html Css Color HEX #304293 Tory Blue

📋 copy color: '#304293'

red 48 ◦ green 66 ◦ blue 147

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

Shades of Tory Blue #304293

Tints of Tory Blue #304293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.29%

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

R = 18.39%
G = 25.29%
B = 56.32%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#304293 (or 0x304293) is known color: Tory Blue. HEX triplet: 30, 42 and 93. RGB value is (48,66,147). Sum of RGB (Red+Green+Blue) = 48+66+147=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #304293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304293 is #CFBD6C. Grayscale: #454545. Windows color (decimal): -13614445 or 9650736. OLE color: 9650736.

HSL color Cylindrical-coordinate representation of color #304293: hue angle of 229.09º 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 #304293 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 66 147 -
CMYK 0.67 0.55 0 0.42
HSL 229.09º 0.51% 0.38% -
HSV(B) 229.09º 0.67% 0.58% -
XYZ 8.43 6.63 28.44 -
YUV 69.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 48 66 147 0.67 0.55 0 0.42 229.09 0.51 0.38
Hex 30 42 93 43 37 0 2A E5 33 26
Octal 60 102 223 103 67 0 52 345 63 46
Binary 110000 1000010 10010011 1000011 110111 0 101010 11100101 110011 100110

Color Harmonies of #304293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304293

Black with #304293

Text Example


Text Example

White with #304293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304293; }

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

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

background-color css

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

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

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

border-color css

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

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

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