Html Css Color HEX #2E468D Tory Blue

📋 copy color: '#2E468D'

red 46 ◦ green 70 ◦ blue 141

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

Shades of Tory Blue #2E468D

Tints of Tory Blue #2E468D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 54.86%

R = 17.9%
G = 27.24%
B = 54.86%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E468D (or 0x2E468D) is known color: Tory Blue. HEX triplet: 2E, 46 and 8D. RGB value is (46,70,141). Sum of RGB (Red+Green+Blue) = 46+70+141=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E468D is #D1B972. Grayscale: #464646. Windows color (decimal): -13744499 or 9258542. OLE color: 9258542.

HSL color Cylindrical-coordinate representation of color #2E468D: hue angle of 224.84º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E468D is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 70 141 -
CMYK 0.67 0.50 0 0.45
HSL 224.84º 0.51% 0.37% -
HSV(B) 224.84º 0.67% 0.55% -
XYZ 8.12 6.88 26.1 -
YUV 70.92 167.55 110.23 -
System Red Green Blue C M Y K H S L
Decimal 46 70 141 0.67 0.50 0 0.45 224.84 0.51 0.37
Hex 2E 46 8D 43 32 0 2D E1 33 25
Octal 56 106 215 103 62 0 55 341 63 45
Binary 101110 1000110 10001101 1000011 110010 0 101101 11100001 110011 100101

Color Harmonies of #2E468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E468D

Black with #2E468D

Text Example


Text Example

White with #2E468D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,70,141); }

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

background-color css

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

 a { background-color: rgb(46,70,141); }

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

border-color css

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

 span { border-color: rgb(46,70,141); }

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