Html Css Color HEX #2E4C9B Tory Blue

📋 copy color: '#2E4C9B'

red 46 ◦ green 76 ◦ blue 155

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

Shades of Tory Blue #2E4C9B

Tints of Tory Blue #2E4C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.96%

R = 16.61%
G = 27.44%
B = 55.96%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E4C9B (or 0x2E4C9B) is known color: Tory Blue. HEX triplet: 2E, 4C and 9B. RGB value is (46,76,155). Sum of RGB (Red+Green+Blue) = 46+76+155=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E4C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4C9B is #D1B364. Grayscale: #4B4B4B. Windows color (decimal): -13742949 or 10177582. OLE color: 10177582.

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

Color convert

RGB 46 76 155 -
CMYK 0.70 0.51 0 0.39
HSL 223.49º 0.54% 0.39% -
HSV(B) 223.49º 0.7% 0.61% -
XYZ 9.63 8.12 32.07 -
YUV 76.04 172.56 106.58 -
System Red Green Blue C M Y K H S L
Decimal 46 76 155 0.70 0.51 0 0.39 223.49 0.54 0.39
Hex 2E 4C 9B 46 33 0 27 DF 36 27
Octal 56 114 233 106 63 0 47 337 66 47
Binary 101110 1001100 10011011 1000110 110011 0 100111 11011111 110110 100111

Color Harmonies of #2E4C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4C9B

Black with #2E4C9B

Text Example


Text Example

White with #2E4C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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