Html Css Color HEX #2E389B Tory Blue

📋 copy color: '#2E389B'

red 46 ◦ green 56 ◦ blue 155

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

Shades of Tory Blue #2E389B

Tints of Tory Blue #2E389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.79%

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

R = 17.9%
G = 21.79%
B = 60.31%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E389B (or 0x2E389B) is known color: Tory Blue. HEX triplet: 2E, 38 and 9B. RGB value is (46,56,155). Sum of RGB (Red+Green+Blue) = 46+56+155=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E389B is #D1C764. Grayscale: #3F3F3F. Windows color (decimal): -13748069 or 10172462. OLE color: 10172462.

HSL color Cylindrical-coordinate representation of color #2E389B: hue angle of 234.5º 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 #2E389B is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 46 56 155 -
CMYK 0.70 0.64 0 0.39
HSL 234.5º 0.54% 0.39% -
HSV(B) 234.5º 0.7% 0.61% -
XYZ 8.46 5.78 31.68 -
YUV 64.3 179.19 114.95 -
System Red Green Blue C M Y K H S L
Decimal 46 56 155 0.70 0.64 0 0.39 234.5 0.54 0.39
Hex 2E 38 9B 46 40 0 27 EA 36 27
Octal 56 70 233 106 100 0 47 352 66 47
Binary 101110 111000 10011011 1000110 1000000 0 100111 11101010 110110 100111

Color Harmonies of #2E389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E389B

Black with #2E389B

Text Example


Text Example

White with #2E389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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