Html Css Color HEX #305296 Tory Blue

📋 copy color: '#305296'

red 48 ◦ green 82 ◦ blue 150

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

Shades of Tory Blue #305296

Tints of Tory Blue #305296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53.57%

R = 17.14%
G = 29.29%
B = 53.57%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#305296 (or 0x305296) is known color: Tory Blue. HEX triplet: 30, 52 and 96. RGB value is (48,82,150). Sum of RGB (Red+Green+Blue) = 48+82+150=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #305296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305296 is #CFAD69. Grayscale: #4F4F4F. Windows color (decimal): -13610346 or 9851440. OLE color: 9851440.

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

Color convert

RGB 48 82 150 -
CMYK 0.68 0.45 0 0.41
HSL 220º 0.52% 0.39% -
HSV(B) 220º 0.68% 0.59% -
XYZ 9.74 8.86 30.05 -
YUV 79.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 48 82 150 0.68 0.45 0 0.41 220 0.52 0.39
Hex 30 52 96 44 2D 0 29 DC 34 27
Octal 60 122 226 104 55 0 51 334 64 47
Binary 110000 1010010 10010110 1000100 101101 0 101001 11011100 110100 100111

Color Harmonies of #305296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305296

Black with #305296

Text Example


Text Example

White with #305296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305296; }

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

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

background-color css

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

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

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

border-color css

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

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

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