Html Css Color HEX #2E3C8D Tory Blue

📋 copy color: '#2E3C8D'

red 46 ◦ green 60 ◦ blue 141

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

Shades of Tory Blue #2E3C8D

Tints of Tory Blue #2E3C8D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.29%

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

R = 18.62%
G = 24.29%
B = 57.09%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E3C8D (or 0x2E3C8D) is known color: Tory Blue. HEX triplet: 2E, 3C and 8D. RGB value is (46,60,141). Sum of RGB (Red+Green+Blue) = 46+60+141=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E3C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3C8D is #D1C372. Grayscale: #404040. Windows color (decimal): -13747059 or 9255982. OLE color: 9255982.

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

Color convert

RGB 46 60 141 -
CMYK 0.67 0.57 0 0.45
HSL 231.16º 0.51% 0.37% -
HSV(B) 231.16º 0.67% 0.55% -
XYZ 7.55 5.74 25.91 -
YUV 65.05 170.86 114.41 -
System Red Green Blue C M Y K H S L
Decimal 46 60 141 0.67 0.57 0 0.45 231.16 0.51 0.37
Hex 2E 3C 8D 43 39 0 2D E7 33 25
Octal 56 74 215 103 71 0 55 347 63 45
Binary 101110 111100 10001101 1000011 111001 0 101101 11100111 110011 100101

Color Harmonies of #2E3C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3C8D

Black with #2E3C8D

Text Example


Text Example

White with #2E3C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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