Html Css Color HEX #2E4C9A Tory Blue

📋 copy color: '#2E4C9A'

red 46 ◦ green 76 ◦ blue 154

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

Shades of Tory Blue #2E4C9A

Tints of Tory Blue #2E4C9A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.54%

 BLUE value IS 154 (60.55% from 255) = 55.8%

R = 16.67%
G = 27.54%
B = 55.8%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2E4C9A (or 0x2E4C9A) is known color: Tory Blue. HEX triplet: 2E, 4C and 9A. RGB value is (46,76,154). Sum of RGB (Red+Green+Blue) = 46+76+154=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E4C9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4C9A is #D1B365. Grayscale: #4B4B4B. Windows color (decimal): -13742950 or 10112046. OLE color: 10112046.

HSL color Cylindrical-coordinate representation of color #2E4C9A: hue angle of 223.33º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E4C9A is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 46 76 154 -
CMYK 0.70 0.51 0 0.40
HSL 223.33º 0.54% 0.39% -
HSV(B) 223.33º 0.7% 0.6% -
XYZ 9.54 8.08 31.63 -
YUV 75.92 172.06 106.66 -
System Red Green Blue C M Y K H S L
Decimal 46 76 154 0.70 0.51 0 0.40 223.33 0.54 0.39
Hex 2E 4C 9A 46 33 0 28 DF 36 27
Octal 56 114 232 106 63 0 50 337 66 47
Binary 101110 1001100 10011010 1000110 110011 0 101000 11011111 110110 100111

Color Harmonies of #2E4C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4C9A

Black with #2E4C9A

Text Example


Text Example

White with #2E4C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,76,154); }

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

background-color css

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

 a { background-color: rgb(46,76,154); }

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

border-color css

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

 span { border-color: rgb(46,76,154); }

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