Html Css Color HEX #2E4092 Tory Blue

📋 copy color: '#2E4092'

red 46 ◦ green 64 ◦ blue 146

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

Shades of Tory Blue #2E4092

Tints of Tory Blue #2E4092

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25%

 BLUE value IS 146 (57.42% from 255) = 57.03%

R = 17.97%
G = 25%
B = 57.03%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2E4092 (or 0x2E4092) is known color: Tory Blue. HEX triplet: 2E, 40 and 92. RGB value is (46,64,146). Sum of RGB (Red+Green+Blue) = 46+64+146=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E4092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4092 is #D1BF6D. Grayscale: #434343. Windows color (decimal): -13746030 or 9584686. OLE color: 9584686.

HSL color Cylindrical-coordinate representation of color #2E4092: hue angle of 229.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E4092 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 46 64 146 -
CMYK 0.68 0.56 0 0.43
HSL 229.2º 0.52% 0.38% -
HSV(B) 229.2º 0.68% 0.57% -
XYZ 8.15 6.32 27.99 -
YUV 67.97 172.04 112.33 -
System Red Green Blue C M Y K H S L
Decimal 46 64 146 0.68 0.56 0 0.43 229.2 0.52 0.38
Hex 2E 40 92 44 38 0 2B E5 34 26
Octal 56 100 222 104 70 0 53 345 64 46
Binary 101110 1000000 10010010 1000100 111000 0 101011 11100101 110100 100110

Color Harmonies of #2E4092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4092

Black with #2E4092

Text Example


Text Example

White with #2E4092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,64,146); }

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

background-color css

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

 a { background-color: rgb(46,64,146); }

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

border-color css

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

 span { border-color: rgb(46,64,146); }

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