Html Css Color HEX #304295 Tory Blue

📋 copy color: '#304295'

red 48 ◦ green 66 ◦ blue 149

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

Shades of Tory Blue #304295

Tints of Tory Blue #304295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.1%

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

R = 18.25%
G = 25.1%
B = 56.65%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#304295 (or 0x304295) is known color: Tory Blue. HEX triplet: 30, 42 and 95. RGB value is (48,66,149). Sum of RGB (Red+Green+Blue) = 48+66+149=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #304295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304295 is #CFBD6A. Grayscale: #454545. Windows color (decimal): -13614443 or 9781808. OLE color: 9781808.

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

Color convert

RGB 48 66 149 -
CMYK 0.68 0.56 0 0.42
HSL 229.31º 0.51% 0.39% -
HSV(B) 229.31º 0.68% 0.58% -
XYZ 8.59 6.69 29.27 -
YUV 70.08 172.54 112.25 -
System Red Green Blue C M Y K H S L
Decimal 48 66 149 0.68 0.56 0 0.42 229.31 0.51 0.39
Hex 30 42 95 44 38 0 2A E5 33 27
Octal 60 102 225 104 70 0 52 345 63 47
Binary 110000 1000010 10010101 1000100 111000 0 101010 11100101 110011 100111

Color Harmonies of #304295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304295

Black with #304295

Text Example


Text Example

White with #304295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304295; }

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

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

background-color css

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

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

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

border-color css

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

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

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