Html Css Color HEX #305193 Tory Blue

📋 copy color: '#305193'

red 48 ◦ green 81 ◦ blue 147

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

Shades of Tory Blue #305193

Tints of Tory Blue #305193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

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

R = 17.39%
G = 29.35%
B = 53.26%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#305193 (or 0x305193) is known color: Tory Blue. HEX triplet: 30, 51 and 93. RGB value is (48,81,147). Sum of RGB (Red+Green+Blue) = 48+81+147=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #305193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305193 is #CFAE6C. Grayscale: #4E4E4E. Windows color (decimal): -13610605 or 9654576. OLE color: 9654576.

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

Color convert

RGB 48 81 147 -
CMYK 0.67 0.45 0 0.42
HSL 220º 0.51% 0.38% -
HSV(B) 220º 0.67% 0.58% -
XYZ 9.43 8.62 28.77 -
YUV 78.66 166.57 106.13 -
System Red Green Blue C M Y K H S L
Decimal 48 81 147 0.67 0.45 0 0.42 220 0.51 0.38
Hex 30 51 93 43 2D 0 2A DC 33 26
Octal 60 121 223 103 55 0 52 334 63 46
Binary 110000 1010001 10010011 1000011 101101 0 101010 11011100 110011 100110

Color Harmonies of #305193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305193

Black with #305193

Text Example


Text Example

White with #305193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305193; }

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

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

background-color css

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

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

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

border-color css

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

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

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