Html Css Color HEX #304684 Tory Blue

📋 copy color: '#304684'

red 48 ◦ green 70 ◦ blue 132

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

Shades of Tory Blue #304684

Tints of Tory Blue #304684

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28%

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

R = 19.2%
G = 28%
B = 52.8%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#304684 (or 0x304684) is known color: Tory Blue. HEX triplet: 30, 46 and 84. RGB value is (48,70,132). Sum of RGB (Red+Green+Blue) = 48+70+132=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #304684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304684 is #CFB97B. Grayscale: #464646. Windows color (decimal): -13613436 or 8668720. OLE color: 8668720.

HSL color Cylindrical-coordinate representation of color #304684: hue angle of 224.29º 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 #304684 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 70 132 -
CMYK 0.64 0.47 0 0.48
HSL 224.29º 0.47% 0.35% -
HSV(B) 224.29º 0.64% 0.52% -
XYZ 7.57 6.67 22.72 -
YUV 70.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 48 70 132 0.64 0.47 0 0.48 224.29 0.47 0.35
Hex 30 46 84 40 2F 0 30 E0 2F 23
Octal 60 106 204 100 57 0 60 340 57 43
Binary 110000 1000110 10000100 1000000 101111 0 110000 11100000 101111 100011

Color Harmonies of #304684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304684

Black with #304684

Text Example


Text Example

White with #304684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304684; }

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

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

background-color css

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

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

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

border-color css

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

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

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