Html Css Color HEX #2E478B Tory Blue

📋 copy color: '#2E478B'

red 46 ◦ green 71 ◦ blue 139

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

Shades of Tory Blue #2E478B

Tints of Tory Blue #2E478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.3%

R = 17.97%
G = 27.73%
B = 54.3%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E478B (or 0x2E478B) is known color: Tory Blue. HEX triplet: 2E, 47 and 8B. RGB value is (46,71,139). Sum of RGB (Red+Green+Blue) = 46+71+139=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E478B is #D1B874. Grayscale: #464646. Windows color (decimal): -13744245 or 9127726. OLE color: 9127726.

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

Color convert

RGB 46 71 139 -
CMYK 0.67 0.49 0 0.45
HSL 223.87º 0.5% 0.36% -
HSV(B) 223.87º 0.67% 0.55% -
XYZ 8.04 6.95 25.34 -
YUV 71.28 166.22 109.97 -
System Red Green Blue C M Y K H S L
Decimal 46 71 139 0.67 0.49 0 0.45 223.87 0.5 0.36
Hex 2E 47 8B 43 31 0 2D E0 32 24
Octal 56 107 213 103 61 0 55 340 62 44
Binary 101110 1000111 10001011 1000011 110001 0 101101 11100000 110010 100100

Color Harmonies of #2E478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E478B

Black with #2E478B

Text Example


Text Example

White with #2E478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,71,139); }

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

background-color css

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

 a { background-color: rgb(46,71,139); }

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

border-color css

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

 span { border-color: rgb(46,71,139); }

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