Html Css Color HEX #2E4BA0 Tory Blue

📋 copy color: '#2E4BA0'

red 46 ◦ green 75 ◦ blue 160

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

Shades of Tory Blue #2E4BA0

Tints of Tory Blue #2E4BA0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.69%

 BLUE value IS 160 (62.89% from 255) = 56.94%

R = 16.37%
G = 26.69%
B = 56.94%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2E4BA0 (or 0x2E4BA0) is known color: Tory Blue. HEX triplet: 2E, 4B and A0. RGB value is (46,75,160). Sum of RGB (Red+Green+Blue) = 46+75+160=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 160 (62.89% from 255 or 56.94% from 281); Max value from RGB is 160 - color contains mainly: blue. Hex color #2E4BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4BA0 is #D1B45F. Grayscale: #4B4B4B. Windows color (decimal): -13743200 or 10505006. OLE color: 10505006.

HSL color Cylindrical-coordinate representation of color #2E4BA0: hue angle of 224.74º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E4BA0 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 46 75 160 -
CMYK 0.71 0.53 0 0.37
HSL 224.74º 0.55% 0.4% -
HSV(B) 224.74º 0.71% 0.63% -
XYZ 9.99 8.15 34.3 -
YUV 76.02 175.39 106.59 -
System Red Green Blue C M Y K H S L
Decimal 46 75 160 0.71 0.53 0 0.37 224.74 0.55 0.4
Hex 2E 4B A0 47 35 0 25 E1 37 28
Octal 56 113 240 107 65 0 45 341 67 50
Binary 101110 1001011 10100000 1000111 110101 0 100101 11100001 110111 101000

Color Harmonies of #2E4BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4BA0

Black with #2E4BA0

Text Example


Text Example

White with #2E4BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,75,160); }

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

background-color css

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

 a { background-color: rgb(46,75,160); }

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

border-color css

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

 span { border-color: rgb(46,75,160); }

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