Html Css Color HEX #304782 Tory Blue

📋 copy color: '#304782'

red 48 ◦ green 71 ◦ blue 130

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

Shades of Tory Blue #304782

Tints of Tory Blue #304782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52.21%

R = 19.28%
G = 28.51%
B = 52.21%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#304782 (or 0x304782) is known color: Tory Blue. HEX triplet: 30, 47 and 82. RGB value is (48,71,130). Sum of RGB (Red+Green+Blue) = 48+71+130=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #304782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304782 is #CFB87D. Grayscale: #464646. Windows color (decimal): -13613182 or 8537904. OLE color: 8537904.

HSL color Cylindrical-coordinate representation of color #304782: hue angle of 223.17º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #304782 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 71 130 -
CMYK 0.63 0.45 0 0.49
HSL 223.17º 0.46% 0.35% -
HSV(B) 223.17º 0.63% 0.51% -
XYZ 7.5 6.75 22.03 -
YUV 70.85 161.38 111.7 -
System Red Green Blue C M Y K H S L
Decimal 48 71 130 0.63 0.45 0 0.49 223.17 0.46 0.35
Hex 30 47 82 3F 2D 0 31 DF 2E 23
Octal 60 107 202 77 55 0 61 337 56 43
Binary 110000 1000111 10000010 111111 101101 0 110001 11011111 101110 100011

Color Harmonies of #304782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304782

Black with #304782

Text Example


Text Example

White with #304782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304782; }

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

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

background-color css

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

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

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

border-color css

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

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

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