Html Css Color HEX #304695 Tory Blue

📋 copy color: '#304695'

red 48 ◦ green 70 ◦ blue 149

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

Shades of Tory Blue #304695

Tints of Tory Blue #304695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.81%

R = 17.98%
G = 26.22%
B = 55.81%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#304695 (or 0x304695) is known color: Tory Blue. HEX triplet: 30, 46 and 95. RGB value is (48,70,149). Sum of RGB (Red+Green+Blue) = 48+70+149=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #304695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304695 is #CFB96A. Grayscale: #484848. Windows color (decimal): -13613419 or 9782832. OLE color: 9782832.

HSL color Cylindrical-coordinate representation of color #304695: hue angle of 226.93º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #304695 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 70 149 -
CMYK 0.68 0.53 0 0.42
HSL 226.93º 0.51% 0.39% -
HSV(B) 226.93º 0.68% 0.58% -
XYZ 8.83 7.18 29.35 -
YUV 72.43 171.21 110.58 -
System Red Green Blue C M Y K H S L
Decimal 48 70 149 0.68 0.53 0 0.42 226.93 0.51 0.39
Hex 30 46 95 44 35 0 2A E3 33 27
Octal 60 106 225 104 65 0 52 343 63 47
Binary 110000 1000110 10010101 1000100 110101 0 101010 11100011 110011 100111

Color Harmonies of #304695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304695

Black with #304695

Text Example


Text Example

White with #304695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304695; }

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

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

background-color css

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

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

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

border-color css

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

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

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