Html Css Color HEX #2E4788 Tory Blue

📋 copy color: '#2E4788'

red 46 ◦ green 71 ◦ blue 136

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

Shades of Tory Blue #2E4788

Tints of Tory Blue #2E4788

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.06%

 BLUE value IS 136 (53.52% from 255) = 53.75%

R = 18.18%
G = 28.06%
B = 53.75%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2E4788 (or 0x2E4788) is known color: Tory Blue. HEX triplet: 2E, 47 and 88. RGB value is (46,71,136). Sum of RGB (Red+Green+Blue) = 46+71+136=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E4788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4788 is #D1B877. Grayscale: #464646. Windows color (decimal): -13744248 or 8931118. OLE color: 8931118.

HSL color Cylindrical-coordinate representation of color #2E4788: hue angle of 223.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E4788 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 71 136 -
CMYK 0.66 0.48 0 0.47
HSL 223.33º 0.49% 0.36% -
HSV(B) 223.33º 0.66% 0.53% -
XYZ 7.82 6.86 24.21 -
YUV 70.94 164.72 110.21 -
System Red Green Blue C M Y K H S L
Decimal 46 71 136 0.66 0.48 0 0.47 223.33 0.49 0.36
Hex 2E 47 88 42 30 0 2F DF 31 24
Octal 56 107 210 102 60 0 57 337 61 44
Binary 101110 1000111 10001000 1000010 110000 0 101111 11011111 110001 100100

Color Harmonies of #2E4788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4788

Black with #2E4788

Text Example


Text Example

White with #2E4788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,71,136); }

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

background-color css

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

 a { background-color: rgb(46,71,136); }

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

border-color css

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

 span { border-color: rgb(46,71,136); }

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