Html Css Color HEX #304190 Tory Blue

📋 copy color: '#304190'

red 48 ◦ green 65 ◦ blue 144

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

Shades of Tory Blue #304190

Tints of Tory Blue #304190

RGB

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

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

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

R = 18.68%
G = 25.29%
B = 56.03%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#304190 (or 0x304190) is known color: Tory Blue. HEX triplet: 30, 41 and 90. RGB value is (48,65,144). Sum of RGB (Red+Green+Blue) = 48+65+144=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #304190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304190 is #CFBE6F. Grayscale: #444444. Windows color (decimal): -13614704 or 9453872. OLE color: 9453872.

HSL color Cylindrical-coordinate representation of color #304190: hue angle of 229.38º 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 #304190 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 65 144 -
CMYK 0.67 0.55 0 0.44
HSL 229.38º 0.5% 0.38% -
HSV(B) 229.38º 0.67% 0.56% -
XYZ 8.14 6.42 27.2 -
YUV 68.92 170.37 113.08 -
System Red Green Blue C M Y K H S L
Decimal 48 65 144 0.67 0.55 0 0.44 229.38 0.5 0.38
Hex 30 41 90 43 37 0 2C E5 32 26
Octal 60 101 220 103 67 0 54 345 62 46
Binary 110000 1000001 10010000 1000011 110111 0 101100 11100101 110010 100110

Color Harmonies of #304190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304190

Black with #304190

Text Example


Text Example

White with #304190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304190; }

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

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

background-color css

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

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

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

border-color css

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

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

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