Html Css Color HEX #304193 Tory Blue

📋 copy color: '#304193'

red 48 ◦ green 65 ◦ blue 147

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

Shades of Tory Blue #304193

Tints of Tory Blue #304193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

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

R = 18.46%
G = 25%
B = 56.54%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#304193 (or 0x304193) is known color: Tory Blue. HEX triplet: 30, 41 and 93. RGB value is (48,65,147). Sum of RGB (Red+Green+Blue) = 48+65+147=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #304193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304193 is #CFBE6C. Grayscale: #444444. Windows color (decimal): -13614701 or 9650480. OLE color: 9650480.

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

Color convert

RGB 48 65 147 -
CMYK 0.67 0.56 0 0.42
HSL 229.7º 0.51% 0.38% -
HSV(B) 229.7º 0.67% 0.58% -
XYZ 8.38 6.52 28.42 -
YUV 69.27 171.87 112.83 -
System Red Green Blue C M Y K H S L
Decimal 48 65 147 0.67 0.56 0 0.42 229.7 0.51 0.38
Hex 30 41 93 43 38 0 2A E6 33 26
Octal 60 101 223 103 70 0 52 346 63 46
Binary 110000 1000001 10010011 1000011 111000 0 101010 11100110 110011 100110

Color Harmonies of #304193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304193

Black with #304193

Text Example


Text Example

White with #304193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304193; }

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

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

background-color css

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

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

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

border-color css

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

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

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