Html Css Color HEX #305293 Tory Blue

📋 copy color: '#305293'

red 48 ◦ green 82 ◦ blue 147

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

Shades of Tory Blue #305293

Tints of Tory Blue #305293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.6%

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

R = 17.33%
G = 29.6%
B = 53.07%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#305293 (or 0x305293) is known color: Tory Blue. HEX triplet: 30, 52 and 93. RGB value is (48,82,147). Sum of RGB (Red+Green+Blue) = 48+82+147=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #305293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305293 is #CFAD6C. Grayscale: #4E4E4E. Windows color (decimal): -13610349 or 9654832. OLE color: 9654832.

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

Color convert

RGB 48 82 147 -
CMYK 0.67 0.44 0 0.42
HSL 219.39º 0.51% 0.38% -
HSV(B) 219.39º 0.67% 0.58% -
XYZ 9.5 8.77 28.8 -
YUV 79.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 48 82 147 0.67 0.44 0 0.42 219.39 0.51 0.38
Hex 30 52 93 43 2C 0 2A DB 33 26
Octal 60 122 223 103 54 0 52 333 63 46
Binary 110000 1010010 10010011 1000011 101100 0 101010 11011011 110011 100110

Color Harmonies of #305293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305293

Black with #305293

Text Example


Text Example

White with #305293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305293; }

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

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

background-color css

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

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

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

border-color css

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

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

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