Html Css Color HEX #304790 Tory Blue

📋 copy color: '#304790'

red 48 ◦ green 71 ◦ blue 144

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

Shades of Tory Blue #304790

Tints of Tory Blue #304790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27%

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

R = 18.25%
G = 27%
B = 54.75%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#304790 (or 0x304790) is known color: Tory Blue. HEX triplet: 30, 47 and 90. RGB value is (48,71,144). Sum of RGB (Red+Green+Blue) = 48+71+144=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #304790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304790 is #CFB86F. Grayscale: #484848. Windows color (decimal): -13613168 or 9455408. OLE color: 9455408.

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

Color convert

RGB 48 71 144 -
CMYK 0.67 0.51 0 0.44
HSL 225.63º 0.5% 0.38% -
HSV(B) 225.63º 0.67% 0.56% -
XYZ 8.51 7.15 27.32 -
YUV 72.45 168.38 110.56 -
System Red Green Blue C M Y K H S L
Decimal 48 71 144 0.67 0.51 0 0.44 225.63 0.5 0.38
Hex 30 47 90 43 33 0 2C E2 32 26
Octal 60 107 220 103 63 0 54 342 62 46
Binary 110000 1000111 10010000 1000011 110011 0 101100 11100010 110010 100110

Color Harmonies of #304790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304790

Black with #304790

Text Example


Text Example

White with #304790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304790; }

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

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

background-color css

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

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

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

border-color css

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

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

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