Html Css Color HEX #305497 Tory Blue

📋 copy color: '#305497'

red 48 ◦ green 84 ◦ blue 151

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

Shades of Tory Blue #305497

Tints of Tory Blue #305497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

 BLUE value IS 151 (59.38% from 255) = 53.36%

R = 16.96%
G = 29.68%
B = 53.36%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#305497 (or 0x305497) is known color: Tory Blue. HEX triplet: 30, 54 and 97. RGB value is (48,84,151). Sum of RGB (Red+Green+Blue) = 48+84+151=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #305497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305497 is #CFAB68. Grayscale: #505050. Windows color (decimal): -13609833 or 9917488. OLE color: 9917488.

HSL color Cylindrical-coordinate representation of color #305497: hue angle of 219.03º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #305497 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 84 151 -
CMYK 0.68 0.44 0 0.41
HSL 219.03º 0.52% 0.39% -
HSV(B) 219.03º 0.68% 0.59% -
XYZ 9.98 9.2 30.53 -
YUV 80.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 48 84 151 0.68 0.44 0 0.41 219.03 0.52 0.39
Hex 30 54 97 44 2C 0 29 DB 34 27
Octal 60 124 227 104 54 0 51 333 64 47
Binary 110000 1010100 10010111 1000100 101100 0 101001 11011011 110100 100111

Color Harmonies of #305497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305497

Black with #305497

Text Example


Text Example

White with #305497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305497; }

 p { color: rgb(48,84,151); }

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

background-color css

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

 a { background-color: rgb(48,84,151); }

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

border-color css

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

 span { border-color: rgb(48,84,151); }

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