Html Css Color HEX #304491 Tory Blue

📋 copy color: '#304491'

red 48 ◦ green 68 ◦ blue 145

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

Shades of Tory Blue #304491

Tints of Tory Blue #304491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.05%

 BLUE value IS 145 (57.03% from 255) = 55.56%

R = 18.39%
G = 26.05%
B = 55.56%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#304491 (or 0x304491) is known color: Tory Blue. HEX triplet: 30, 44 and 91. RGB value is (48,68,145). Sum of RGB (Red+Green+Blue) = 48+68+145=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #304491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304491 is #CFBB6E. Grayscale: #464646. Windows color (decimal): -13613935 or 9520176. OLE color: 9520176.

HSL color Cylindrical-coordinate representation of color #304491: hue angle of 227.63º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #304491 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 68 145 -
CMYK 0.67 0.53 0 0.43
HSL 227.63º 0.5% 0.38% -
HSV(B) 227.63º 0.67% 0.57% -
XYZ 8.4 6.81 27.66 -
YUV 70.8 169.87 111.74 -
System Red Green Blue C M Y K H S L
Decimal 48 68 145 0.67 0.53 0 0.43 227.63 0.5 0.38
Hex 30 44 91 43 35 0 2B E4 32 26
Octal 60 104 221 103 65 0 53 344 62 46
Binary 110000 1000100 10010001 1000011 110101 0 101011 11100100 110010 100110

Color Harmonies of #304491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304491

Black with #304491

Text Example


Text Example

White with #304491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304491; }

 p { color: rgb(48,68,145); }

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

background-color css

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

 a { background-color: rgb(48,68,145); }

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

border-color css

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

 span { border-color: rgb(48,68,145); }

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