Html Css Color HEX #2E428B Tory Blue

📋 copy color: '#2E428B'

red 46 ◦ green 66 ◦ blue 139

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

Shades of Tory Blue #2E428B

Tints of Tory Blue #2E428B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

 BLUE value IS 139 (54.69% from 255) = 55.38%

R = 18.33%
G = 26.29%
B = 55.38%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E428B (or 0x2E428B) is known color: Tory Blue. HEX triplet: 2E, 42 and 8B. RGB value is (46,66,139). Sum of RGB (Red+Green+Blue) = 46+66+139=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E428B is #D1BD74. Grayscale: #444444. Windows color (decimal): -13745525 or 9126446. OLE color: 9126446.

HSL color Cylindrical-coordinate representation of color #2E428B: hue angle of 227.1º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E428B is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 66 139 -
CMYK 0.67 0.53 0 0.45
HSL 227.1º 0.5% 0.36% -
HSV(B) 227.1º 0.67% 0.55% -
XYZ 7.74 6.34 25.24 -
YUV 68.34 167.87 112.06 -
System Red Green Blue C M Y K H S L
Decimal 46 66 139 0.67 0.53 0 0.45 227.1 0.5 0.36
Hex 2E 42 8B 43 35 0 2D E3 32 24
Octal 56 102 213 103 65 0 55 343 62 44
Binary 101110 1000010 10001011 1000011 110101 0 101101 11100011 110010 100100

Color Harmonies of #2E428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E428B

Black with #2E428B

Text Example


Text Example

White with #2E428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,66,139); }

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

background-color css

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

 a { background-color: rgb(46,66,139); }

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

border-color css

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

 span { border-color: rgb(46,66,139); }

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