Html Css Color HEX #2E408D Tory Blue

📋 copy color: '#2E408D'

red 46 ◦ green 64 ◦ blue 141

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

Shades of Tory Blue #2E408D

Tints of Tory Blue #2E408D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.5%

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

R = 18.33%
G = 25.5%
B = 56.18%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E408D (or 0x2E408D) is known color: Tory Blue. HEX triplet: 2E, 40 and 8D. RGB value is (46,64,141). Sum of RGB (Red+Green+Blue) = 46+64+141=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E408D is #D1BF72. Grayscale: #434343. Windows color (decimal): -13746035 or 9257006. OLE color: 9257006.

HSL color Cylindrical-coordinate representation of color #2E408D: hue angle of 228.63º 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 #2E408D is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 64 141 -
CMYK 0.67 0.55 0 0.45
HSL 228.63º 0.51% 0.37% -
HSV(B) 228.63º 0.67% 0.55% -
XYZ 7.77 6.17 25.98 -
YUV 67.4 169.54 112.74 -
System Red Green Blue C M Y K H S L
Decimal 46 64 141 0.67 0.55 0 0.45 228.63 0.51 0.37
Hex 2E 40 8D 43 37 0 2D E5 33 25
Octal 56 100 215 103 67 0 55 345 63 45
Binary 101110 1000000 10001101 1000011 110111 0 101101 11100101 110011 100101

Color Harmonies of #2E408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E408D

Black with #2E408D

Text Example


Text Example

White with #2E408D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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