Html Css Color HEX #2E488D Tory Blue

📋 copy color: '#2E488D'

red 46 ◦ green 72 ◦ blue 141

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

Shades of Tory Blue #2E488D

Tints of Tory Blue #2E488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.8%

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

R = 17.76%
G = 27.8%
B = 54.44%

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

#2E488D (or 0x2E488D) is known color: Tory Blue. HEX triplet: 2E, 48 and 8D. RGB value is (46,72,141). Sum of RGB (Red+Green+Blue) = 46+72+141=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E488D is #D1B772. Grayscale: #474747. Windows color (decimal): -13743987 or 9259054. OLE color: 9259054.

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

Color convert

RGB 46 72 141 -
CMYK 0.67 0.49 0 0.45
HSL 223.58º 0.51% 0.37% -
HSV(B) 223.58º 0.67% 0.55% -
XYZ 8.25 7.14 26.14 -
YUV 72.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 46 72 141 0.67 0.49 0 0.45 223.58 0.51 0.37
Hex 2E 48 8D 43 31 0 2D E0 33 25
Octal 56 110 215 103 61 0 55 340 63 45
Binary 101110 1001000 10001101 1000011 110001 0 101101 11100000 110011 100101

Color Harmonies of #2E488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E488D

Black with #2E488D

Text Example


Text Example

White with #2E488D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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