Html Css Color HEX #305091 Tory Blue

📋 copy color: '#305091'

red 48 ◦ green 80 ◦ blue 145

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

Shades of Tory Blue #305091

Tints of Tory Blue #305091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

 BLUE value IS 145 (57.03% from 255) = 53.11%

R = 17.58%
G = 29.3%
B = 53.11%

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

#305091 (or 0x305091) is known color: Tory Blue. HEX triplet: 30, 50 and 91. RGB value is (48,80,145). Sum of RGB (Red+Green+Blue) = 48+80+145=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #305091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305091 is #CFAF6E. Grayscale: #4D4D4D. Windows color (decimal): -13610863 or 9523248. OLE color: 9523248.

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

Color convert

RGB 48 80 145 -
CMYK 0.67 0.45 0 0.43
HSL 220.21º 0.5% 0.38% -
HSV(B) 220.21º 0.67% 0.57% -
XYZ 9.2 8.41 27.93 -
YUV 77.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 48 80 145 0.67 0.45 0 0.43 220.21 0.5 0.38
Hex 30 50 91 43 2D 0 2B DC 32 26
Octal 60 120 221 103 55 0 53 334 62 46
Binary 110000 1010000 10010001 1000011 101101 0 101011 11011100 110010 100110

Color Harmonies of #305091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305091

Black with #305091

Text Example


Text Example

White with #305091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305091; }

 p { color: rgb(48,80,145); }

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

background-color css

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

 a { background-color: rgb(48,80,145); }

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

border-color css

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

 span { border-color: rgb(48,80,145); }

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