Html Css Color HEX #304195 Tory Blue

📋 copy color: '#304195'

red 48 ◦ green 65 ◦ blue 149

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

Shades of Tory Blue #304195

Tints of Tory Blue #304195

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.81%

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

R = 18.32%
G = 24.81%
B = 56.87%

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

#304195 (or 0x304195) is known color: Tory Blue. HEX triplet: 30, 41 and 95. RGB value is (48,65,149). Sum of RGB (Red+Green+Blue) = 48+65+149=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #304195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304195 is #CFBE6A. Grayscale: #454545. Windows color (decimal): -13614699 or 9781552. OLE color: 9781552.

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

Color convert

RGB 48 65 149 -
CMYK 0.68 0.56 0 0.42
HSL 229.9º 0.51% 0.39% -
HSV(B) 229.9º 0.68% 0.58% -
XYZ 8.53 6.58 29.25 -
YUV 69.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 48 65 149 0.68 0.56 0 0.42 229.9 0.51 0.39
Hex 30 41 95 44 38 0 2A E6 33 27
Octal 60 101 225 104 70 0 52 346 63 47
Binary 110000 1000001 10010101 1000100 111000 0 101010 11100110 110011 100111

Color Harmonies of #304195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304195

Black with #304195

Text Example


Text Example

White with #304195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304195; }

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

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

background-color css

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

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

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

border-color css

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

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

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