Html Css Color HEX #304696 Tory Blue

📋 copy color: '#304696'

red 48 ◦ green 70 ◦ blue 150

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

Shades of Tory Blue #304696

Tints of Tory Blue #304696

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.12%

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

R = 17.91%
G = 26.12%
B = 55.97%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#304696 (or 0x304696) is known color: Tory Blue. HEX triplet: 30, 46 and 96. RGB value is (48,70,150). Sum of RGB (Red+Green+Blue) = 48+70+150=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #304696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304696 is #CFB969. Grayscale: #484848. Windows color (decimal): -13613418 or 9848368. OLE color: 9848368.

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

Color convert

RGB 48 70 150 -
CMYK 0.68 0.53 0 0.41
HSL 227.06º 0.52% 0.39% -
HSV(B) 227.06º 0.68% 0.59% -
XYZ 8.91 7.21 29.78 -
YUV 72.54 171.71 110.5 -
System Red Green Blue C M Y K H S L
Decimal 48 70 150 0.68 0.53 0 0.41 227.06 0.52 0.39
Hex 30 46 96 44 35 0 29 E3 34 27
Octal 60 106 226 104 65 0 51 343 64 47
Binary 110000 1000110 10010110 1000100 110101 0 101001 11100011 110100 100111

Color Harmonies of #304696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304696

Black with #304696

Text Example


Text Example

White with #304696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304696; }

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

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

background-color css

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

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

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

border-color css

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

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

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