Html Css Color HEX #304595 Tory Blue

📋 copy color: '#304595'

red 48 ◦ green 69 ◦ blue 149

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

Shades of Tory Blue #304595

Tints of Tory Blue #304595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.94%

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

R = 18.05%
G = 25.94%
B = 56.02%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#304595 (or 0x304595) is known color: Tory Blue. HEX triplet: 30, 45 and 95. RGB value is (48,69,149). Sum of RGB (Red+Green+Blue) = 48+69+149=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #304595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304595 is #CFBA6A. Grayscale: #474747. Windows color (decimal): -13613675 or 9782576. OLE color: 9782576.

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

Color convert

RGB 48 69 149 -
CMYK 0.68 0.54 0 0.42
HSL 227.52º 0.51% 0.39% -
HSV(B) 227.52º 0.68% 0.58% -
XYZ 8.77 7.05 29.33 -
YUV 71.84 171.54 111 -
System Red Green Blue C M Y K H S L
Decimal 48 69 149 0.68 0.54 0 0.42 227.52 0.51 0.39
Hex 30 45 95 44 36 0 2A E4 33 27
Octal 60 105 225 104 66 0 52 344 63 47
Binary 110000 1000101 10010101 1000100 110110 0 101010 11100100 110011 100111

Color Harmonies of #304595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304595

Black with #304595

Text Example


Text Example

White with #304595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304595; }

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

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

background-color css

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

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

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

border-color css

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

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

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