Html Css Color HEX #304590 Tory Blue

📋 copy color: '#304590'

red 48 ◦ green 69 ◦ blue 144

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

Shades of Tory Blue #304590

Tints of Tory Blue #304590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.17%

R = 18.39%
G = 26.44%
B = 55.17%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#304590 (or 0x304590) is known color: Tory Blue. HEX triplet: 30, 45 and 90. RGB value is (48,69,144). Sum of RGB (Red+Green+Blue) = 48+69+144=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #304590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304590 is #CFBA6F. Grayscale: #464646. Windows color (decimal): -13613680 or 9454896. OLE color: 9454896.

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

Color convert

RGB 48 69 144 -
CMYK 0.67 0.52 0 0.44
HSL 226.88º 0.5% 0.38% -
HSV(B) 226.88º 0.67% 0.56% -
XYZ 8.38 6.9 27.28 -
YUV 71.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 48 69 144 0.67 0.52 0 0.44 226.88 0.5 0.38
Hex 30 45 90 43 34 0 2C E3 32 26
Octal 60 105 220 103 64 0 54 343 62 46
Binary 110000 1000101 10010000 1000011 110100 0 101100 11100011 110010 100110

Color Harmonies of #304590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304590

Black with #304590

Text Example


Text Example

White with #304590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304590; }

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

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

background-color css

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

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

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

border-color css

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

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

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