Html Css Color HEX #2E4582 Tory Blue

📋 copy color: '#2E4582'

red 46 ◦ green 69 ◦ blue 130

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

Shades of Tory Blue #2E4582

Tints of Tory Blue #2E4582

RGB

 RED value IS 46 (18.36% from 255) = 18.78%

 GREEN value IS 69 (27.34% from 255) = 28.16%

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

R = 18.78%
G = 28.16%
B = 53.06%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2E4582 (or 0x2E4582) is known color: Tory Blue. HEX triplet: 2E, 45 and 82. RGB value is (46,69,130). Sum of RGB (Red+Green+Blue) = 46+69+130=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E4582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4582 is #D1BA7D. Grayscale: #444444. Windows color (decimal): -13744766 or 8537390. OLE color: 8537390.

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

Color convert

RGB 46 69 130 -
CMYK 0.65 0.47 0 0.49
HSL 223.57º 0.48% 0.35% -
HSV(B) 223.57º 0.65% 0.51% -
XYZ 7.28 6.45 21.98 -
YUV 69.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 46 69 130 0.65 0.47 0 0.49 223.57 0.48 0.35
Hex 2E 45 82 41 2F 0 31 E0 30 23
Octal 56 105 202 101 57 0 61 340 60 43
Binary 101110 1000101 10000010 1000001 101111 0 110001 11100000 110000 100011

Color Harmonies of #2E4582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4582

Black with #2E4582

Text Example


Text Example

White with #2E4582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E4582; }

 p { color: rgb(46,69,130); }

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

background-color css

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

 a { background-color: rgb(46,69,130); }

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

border-color css

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

 span { border-color: rgb(46,69,130); }

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