Html Css Color HEX #2E448D Tory Blue

📋 copy color: '#2E448D'

red 46 ◦ green 68 ◦ blue 141

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

Shades of Tory Blue #2E448D

Tints of Tory Blue #2E448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

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

R = 18.04%
G = 26.67%
B = 55.29%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E448D (or 0x2E448D) is known color: Tory Blue. HEX triplet: 2E, 44 and 8D. RGB value is (46,68,141). Sum of RGB (Red+Green+Blue) = 46+68+141=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E448D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E448D is #D1BB72. Grayscale: #454545. Windows color (decimal): -13745011 or 9258030. OLE color: 9258030.

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

Color convert

RGB 46 68 141 -
CMYK 0.67 0.52 0 0.45
HSL 226.11º 0.51% 0.37% -
HSV(B) 226.11º 0.67% 0.55% -
XYZ 8 6.64 26.06 -
YUV 69.74 168.21 111.06 -
System Red Green Blue C M Y K H S L
Decimal 46 68 141 0.67 0.52 0 0.45 226.11 0.51 0.37
Hex 2E 44 8D 43 34 0 2D E2 33 25
Octal 56 104 215 103 64 0 55 342 63 45
Binary 101110 1000100 10001101 1000011 110100 0 101101 11100010 110011 100101

Color Harmonies of #2E448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E448D

Black with #2E448D

Text Example


Text Example

White with #2E448D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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