Html Css Color HEX #2E428A Tory Blue

📋 copy color: '#2E428A'

red 46 ◦ green 66 ◦ blue 138

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

Shades of Tory Blue #2E428A

Tints of Tory Blue #2E428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 55.2%

R = 18.4%
G = 26.4%
B = 55.2%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2E428A (or 0x2E428A) is known color: Tory Blue. HEX triplet: 2E, 42 and 8A. RGB value is (46,66,138). Sum of RGB (Red+Green+Blue) = 46+66+138=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E428A is #D1BD75. Grayscale: #434343. Windows color (decimal): -13745526 or 9060910. OLE color: 9060910.

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

Color convert

RGB 46 66 138 -
CMYK 0.67 0.52 0 0.46
HSL 226.96º 0.5% 0.36% -
HSV(B) 226.96º 0.67% 0.54% -
XYZ 7.66 6.31 24.86 -
YUV 68.23 167.37 112.15 -
System Red Green Blue C M Y K H S L
Decimal 46 66 138 0.67 0.52 0 0.46 226.96 0.5 0.36
Hex 2E 42 8A 43 34 0 2E E3 32 24
Octal 56 102 212 103 64 0 56 343 62 44
Binary 101110 1000010 10001010 1000011 110100 0 101110 11100011 110010 100100

Color Harmonies of #2E428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E428A

Black with #2E428A

Text Example


Text Example

White with #2E428A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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