Html Css Color HEX #2E478C Tory Blue

📋 copy color: '#2E478C'

red 46 ◦ green 71 ◦ blue 140

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

Shades of Tory Blue #2E478C

Tints of Tory Blue #2E478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 54.47%

R = 17.9%
G = 27.63%
B = 54.47%

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

#2E478C (or 0x2E478C) is known color: Tory Blue. HEX triplet: 2E, 47 and 8C. RGB value is (46,71,140). Sum of RGB (Red+Green+Blue) = 46+71+140=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E478C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E478C is #D1B873. Grayscale: #474747. Windows color (decimal): -13744244 or 9193262. OLE color: 9193262.

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

Color convert

RGB 46 71 140 -
CMYK 0.67 0.49 0 0.45
HSL 224.04º 0.51% 0.36% -
HSV(B) 224.04º 0.67% 0.55% -
XYZ 8.11 6.98 25.73 -
YUV 71.39 166.72 109.89 -
System Red Green Blue C M Y K H S L
Decimal 46 71 140 0.67 0.49 0 0.45 224.04 0.51 0.36
Hex 2E 47 8C 43 31 0 2D E0 33 24
Octal 56 107 214 103 61 0 55 340 63 44
Binary 101110 1000111 10001100 1000011 110001 0 101101 11100000 110011 100100

Color Harmonies of #2E478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E478C

Black with #2E478C

Text Example


Text Example

White with #2E478C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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