Html Css Color HEX #304784 Tory Blue

📋 copy color: '#304784'

red 48 ◦ green 71 ◦ blue 132

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

Shades of Tory Blue #304784

Tints of Tory Blue #304784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 52.59%

R = 19.12%
G = 28.29%
B = 52.59%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#304784 (or 0x304784) is known color: Tory Blue. HEX triplet: 30, 47 and 84. RGB value is (48,71,132). Sum of RGB (Red+Green+Blue) = 48+71+132=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #304784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304784 is #CFB87B. Grayscale: #464646. Windows color (decimal): -13613180 or 8668976. OLE color: 8668976.

HSL color Cylindrical-coordinate representation of color #304784: hue angle of 223.57º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304784 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 71 132 -
CMYK 0.64 0.46 0 0.48
HSL 223.57º 0.47% 0.35% -
HSV(B) 223.57º 0.64% 0.52% -
XYZ 7.64 6.8 22.74 -
YUV 71.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 48 71 132 0.64 0.46 0 0.48 223.57 0.47 0.35
Hex 30 47 84 40 2E 0 30 E0 2F 23
Octal 60 107 204 100 56 0 60 340 57 43
Binary 110000 1000111 10000100 1000000 101110 0 110000 11100000 101111 100011

Color Harmonies of #304784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304784

Black with #304784

Text Example


Text Example

White with #304784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304784; }

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

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

background-color css

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

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

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

border-color css

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

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

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