Html Css Color HEX #2E399B Tory Blue

📋 copy color: '#2E399B'

red 46 ◦ green 57 ◦ blue 155

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

Shades of Tory Blue #2E399B

Tints of Tory Blue #2E399B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.09%

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

R = 17.83%
G = 22.09%
B = 60.08%

CMYK

 C value IS 0.70

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E399B (or 0x2E399B) is known color: Tory Blue. HEX triplet: 2E, 39 and 9B. RGB value is (46,57,155). Sum of RGB (Red+Green+Blue) = 46+57+155=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E399B is #D1C664. Grayscale: #404040. Windows color (decimal): -13747813 or 10172718. OLE color: 10172718.

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

Color convert

RGB 46 57 155 -
CMYK 0.70 0.63 0 0.39
HSL 233.95º 0.54% 0.39% -
HSV(B) 233.95º 0.7% 0.61% -
XYZ 8.51 5.87 31.7 -
YUV 64.88 178.86 114.53 -
System Red Green Blue C M Y K H S L
Decimal 46 57 155 0.70 0.63 0 0.39 233.95 0.54 0.39
Hex 2E 39 9B 46 3F 0 27 EA 36 27
Octal 56 71 233 106 77 0 47 352 66 47
Binary 101110 111001 10011011 1000110 111111 0 100111 11101010 110110 100111

Color Harmonies of #2E399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E399B

Black with #2E399B

Text Example


Text Example

White with #2E399B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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