Html Css Color HEX #305192 Tory Blue

📋 copy color: '#305192'

red 48 ◦ green 81 ◦ blue 146

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

Shades of Tory Blue #305192

Tints of Tory Blue #305192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.09%

R = 17.45%
G = 29.45%
B = 53.09%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#305192 (or 0x305192) is known color: Tory Blue. HEX triplet: 30, 51 and 92. RGB value is (48,81,146). Sum of RGB (Red+Green+Blue) = 48+81+146=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #305192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305192 is #CFAE6D. Grayscale: #4E4E4E. Windows color (decimal): -13610606 or 9589040. OLE color: 9589040.

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

Color convert

RGB 48 81 146 -
CMYK 0.67 0.45 0 0.43
HSL 219.8º 0.51% 0.38% -
HSV(B) 219.8º 0.67% 0.57% -
XYZ 9.35 8.59 28.36 -
YUV 78.54 166.07 106.21 -
System Red Green Blue C M Y K H S L
Decimal 48 81 146 0.67 0.45 0 0.43 219.8 0.51 0.38
Hex 30 51 92 43 2D 0 2B DC 33 26
Octal 60 121 222 103 55 0 53 334 63 46
Binary 110000 1010001 10010010 1000011 101101 0 101011 11011100 110011 100110

Color Harmonies of #305192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305192

Black with #305192

Text Example


Text Example

White with #305192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305192; }

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

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

background-color css

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

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

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

border-color css

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

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

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