Html Css Color HEX #2E4288 Tory Blue

📋 copy color: '#2E4288'

red 46 ◦ green 66 ◦ blue 136

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

Shades of Tory Blue #2E4288

Tints of Tory Blue #2E4288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 54.84%

R = 18.55%
G = 26.61%
B = 54.84%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2E4288 (or 0x2E4288) is known color: Tory Blue. HEX triplet: 2E, 42 and 88. RGB value is (46,66,136). Sum of RGB (Red+Green+Blue) = 46+66+136=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E4288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4288 is #D1BD77. Grayscale: #434343. Windows color (decimal): -13745528 or 8929838. OLE color: 8929838.

HSL color Cylindrical-coordinate representation of color #2E4288: hue angle of 226.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E4288 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 66 136 -
CMYK 0.66 0.51 0 0.47
HSL 226.67º 0.49% 0.36% -
HSV(B) 226.67º 0.66% 0.53% -
XYZ 7.52 6.25 24.1 -
YUV 68 166.37 112.31 -
System Red Green Blue C M Y K H S L
Decimal 46 66 136 0.66 0.51 0 0.47 226.67 0.49 0.36
Hex 2E 42 88 42 33 0 2F E3 31 24
Octal 56 102 210 102 63 0 57 343 61 44
Binary 101110 1000010 10001000 1000010 110011 0 101111 11100011 110001 100100

Color Harmonies of #2E4288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4288

Black with #2E4288

Text Example


Text Example

White with #2E4288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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