Html Css Color HEX #304789 Tory Blue

📋 copy color: '#304789'

red 48 ◦ green 71 ◦ blue 137

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

Shades of Tory Blue #304789

Tints of Tory Blue #304789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.52%

R = 18.75%
G = 27.73%
B = 53.52%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#304789 (or 0x304789) is known color: Tory Blue. HEX triplet: 30, 47 and 89. RGB value is (48,71,137). Sum of RGB (Red+Green+Blue) = 48+71+137=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #304789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304789 is #CFB876. Grayscale: #474747. Windows color (decimal): -13613175 or 8996656. OLE color: 8996656.

HSL color Cylindrical-coordinate representation of color #304789: hue angle of 224.49º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #304789 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 71 137 -
CMYK 0.65 0.48 0 0.46
HSL 224.49º 0.48% 0.36% -
HSV(B) 224.49º 0.65% 0.54% -
XYZ 7.99 6.94 24.59 -
YUV 71.65 164.88 111.13 -
System Red Green Blue C M Y K H S L
Decimal 48 71 137 0.65 0.48 0 0.46 224.49 0.48 0.36
Hex 30 47 89 41 30 0 2E E0 30 24
Octal 60 107 211 101 60 0 56 340 60 44
Binary 110000 1000111 10001001 1000001 110000 0 101110 11100000 110000 100100

Color Harmonies of #304789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304789

Black with #304789

Text Example


Text Example

White with #304789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304789; }

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

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

background-color css

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

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

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

border-color css

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

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

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