Html Css Color HEX #305195 Tory Blue

📋 copy color: '#305195'

red 48 ◦ green 81 ◦ blue 149

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

Shades of Tory Blue #305195

Tints of Tory Blue #305195

RGB

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

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

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

R = 17.27%
G = 29.14%
B = 53.6%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#305195 (or 0x305195) is known color: Tory Blue. HEX triplet: 30, 51 and 95. RGB value is (48,81,149). Sum of RGB (Red+Green+Blue) = 48+81+149=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #305195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305195 is #CFAE6A. Grayscale: #4E4E4E. Windows color (decimal): -13610603 or 9785648. OLE color: 9785648.

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

Color convert

RGB 48 81 149 -
CMYK 0.68 0.46 0 0.42
HSL 220.4º 0.51% 0.39% -
HSV(B) 220.4º 0.68% 0.58% -
XYZ 9.59 8.68 29.6 -
YUV 78.89 167.57 105.97 -
System Red Green Blue C M Y K H S L
Decimal 48 81 149 0.68 0.46 0 0.42 220.4 0.51 0.39
Hex 30 51 95 44 2E 0 2A DC 33 27
Octal 60 121 225 104 56 0 52 334 63 47
Binary 110000 1010001 10010101 1000100 101110 0 101010 11011100 110011 100111

Color Harmonies of #305195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305195

Black with #305195

Text Example


Text Example

White with #305195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305195; }

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

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

background-color css

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

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

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

border-color css

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

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

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