Html Css Color HEX #2E448A Tory Blue

📋 copy color: '#2E448A'

red 46 ◦ green 68 ◦ blue 138

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

Shades of Tory Blue #2E448A

Tints of Tory Blue #2E448A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

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

R = 18.25%
G = 26.98%
B = 54.76%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2E448A (or 0x2E448A) is known color: Tory Blue. HEX triplet: 2E, 44 and 8A. RGB value is (46,68,138). Sum of RGB (Red+Green+Blue) = 46+68+138=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E448A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E448A is #D1BB75. Grayscale: #454545. Windows color (decimal): -13745014 or 9061422. OLE color: 9061422.

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

Color convert

RGB 46 68 138 -
CMYK 0.67 0.51 0 0.46
HSL 225.65º 0.5% 0.36% -
HSV(B) 225.65º 0.67% 0.54% -
XYZ 7.78 6.55 24.9 -
YUV 69.4 166.71 111.31 -
System Red Green Blue C M Y K H S L
Decimal 46 68 138 0.67 0.51 0 0.46 225.65 0.5 0.36
Hex 2E 44 8A 43 33 0 2E E2 32 24
Octal 56 104 212 103 63 0 56 342 62 44
Binary 101110 1000100 10001010 1000011 110011 0 101110 11100010 110010 100100

Color Harmonies of #2E448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E448A

Black with #2E448A

Text Example


Text Example

White with #2E448A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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