Html Css Color HEX #2E468C Tory Blue

📋 copy color: '#2E468C'

red 46 ◦ green 70 ◦ blue 140

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

Shades of Tory Blue #2E468C

Tints of Tory Blue #2E468C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.34%

 BLUE value IS 140 (55.08% from 255) = 54.69%

R = 17.97%
G = 27.34%
B = 54.69%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E468C (or 0x2E468C) is known color: Tory Blue. HEX triplet: 2E, 46 and 8C. RGB value is (46,70,140). Sum of RGB (Red+Green+Blue) = 46+70+140=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E468C is #D1B973. Grayscale: #464646. Windows color (decimal): -13744500 or 9193006. OLE color: 9193006.

HSL color Cylindrical-coordinate representation of color #2E468C: hue angle of 224.68º degrees, saturation: 0.51, 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 #2E468C is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 70 140 -
CMYK 0.67 0.50 0 0.45
HSL 224.68º 0.51% 0.36% -
HSV(B) 224.68º 0.67% 0.55% -
XYZ 8.05 6.85 25.71 -
YUV 70.8 167.05 110.31 -
System Red Green Blue C M Y K H S L
Decimal 46 70 140 0.67 0.50 0 0.45 224.68 0.51 0.36
Hex 2E 46 8C 43 32 0 2D E1 33 24
Octal 56 106 214 103 62 0 55 341 63 44
Binary 101110 1000110 10001100 1000011 110010 0 101101 11100001 110011 100100

Color Harmonies of #2E468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E468C

Black with #2E468C

Text Example


Text Example

White with #2E468C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,70,140); }

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

background-color css

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

 a { background-color: rgb(46,70,140); }

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

border-color css

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

 span { border-color: rgb(46,70,140); }

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