Html Css Color HEX #305391 Tory Blue

📋 copy color: '#305391'

red 48 ◦ green 83 ◦ blue 145

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

Shades of Tory Blue #305391

Tints of Tory Blue #305391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

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

R = 17.39%
G = 30.07%
B = 52.54%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#305391 (or 0x305391) is known color: Tory Blue. HEX triplet: 30, 53 and 91. RGB value is (48,83,145). Sum of RGB (Red+Green+Blue) = 48+83+145=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #305391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305391 is #CFAC6E. Grayscale: #4F4F4F. Windows color (decimal): -13610095 or 9524016. OLE color: 9524016.

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

Color convert

RGB 48 83 145 -
CMYK 0.67 0.43 0 0.43
HSL 218.35º 0.5% 0.38% -
HSV(B) 218.35º 0.67% 0.57% -
XYZ 9.42 8.86 28 -
YUV 79.6 164.9 105.46 -
System Red Green Blue C M Y K H S L
Decimal 48 83 145 0.67 0.43 0 0.43 218.35 0.5 0.38
Hex 30 53 91 43 2B 0 2B DA 32 26
Octal 60 123 221 103 53 0 53 332 62 46
Binary 110000 1010011 10010001 1000011 101011 0 101011 11011010 110010 100110

Color Harmonies of #305391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305391

Black with #305391

Text Example


Text Example

White with #305391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305391; }

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

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

background-color css

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

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

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

border-color css

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

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

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