Html Css Color HEX #305097 Tory Blue

📋 copy color: '#305097'

red 48 ◦ green 80 ◦ blue 151

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

Shades of Tory Blue #305097

Tints of Tory Blue #305097

RGB

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

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

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

R = 17.2%
G = 28.67%
B = 54.12%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#305097 (or 0x305097) is known color: Tory Blue. HEX triplet: 30, 50 and 97. RGB value is (48,80,151). Sum of RGB (Red+Green+Blue) = 48+80+151=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #305097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305097 is #CFAF68. Grayscale: #4E4E4E. Windows color (decimal): -13610857 or 9916464. OLE color: 9916464.

HSL color Cylindrical-coordinate representation of color #305097: hue angle of 221.36º 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 #305097 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 80 151 -
CMYK 0.68 0.47 0 0.41
HSL 221.36º 0.52% 0.39% -
HSV(B) 221.36º 0.68% 0.59% -
XYZ 9.67 8.6 30.43 -
YUV 78.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 48 80 151 0.68 0.47 0 0.41 221.36 0.52 0.39
Hex 30 50 97 44 2F 0 29 DD 34 27
Octal 60 120 227 104 57 0 51 335 64 47
Binary 110000 1010000 10010111 1000100 101111 0 101001 11011101 110100 100111

Color Harmonies of #305097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305097

Black with #305097

Text Example


Text Example

White with #305097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305097; }

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

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

background-color css

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

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

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

border-color css

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

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

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