Html Css Color HEX #2E3E94 Tory Blue

📋 copy color: '#2E3E94'

red 46 ◦ green 62 ◦ blue 148

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

Shades of Tory Blue #2E3E94

Tints of Tory Blue #2E3E94

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.22%

 BLUE value IS 148 (58.2% from 255) = 57.81%

R = 17.97%
G = 24.22%
B = 57.81%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E3E94 (or 0x2E3E94) is known color: Tory Blue. HEX triplet: 2E, 3E and 94. RGB value is (46,62,148). Sum of RGB (Red+Green+Blue) = 46+62+148=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E3E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3E94 is #D1C16B. Grayscale: #424242. Windows color (decimal): -13746540 or 9715246. OLE color: 9715246.

HSL color Cylindrical-coordinate representation of color #2E3E94: hue angle of 230.59º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E3E94 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 62 148 -
CMYK 0.69 0.58 0 0.42
HSL 230.59º 0.53% 0.38% -
HSV(B) 230.59º 0.69% 0.58% -
XYZ 8.19 6.16 28.77 -
YUV 67.02 173.7 113.01 -
System Red Green Blue C M Y K H S L
Decimal 46 62 148 0.69 0.58 0 0.42 230.59 0.53 0.38
Hex 2E 3E 94 45 3A 0 2A E7 35 26
Octal 56 76 224 105 72 0 52 347 65 46
Binary 101110 111110 10010100 1000101 111010 0 101010 11100111 110101 100110

Color Harmonies of #2E3E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3E94

Black with #2E3E94

Text Example


Text Example

White with #2E3E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,62,148); }

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

background-color css

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

 a { background-color: rgb(46,62,148); }

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

border-color css

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

 span { border-color: rgb(46,62,148); }

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