Html Css Color HEX #2E4471 Resolution Blue

📋 copy color: '#2E4471'

red 46 ◦ green 68 ◦ blue 113

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

Shades of Resolution Blue #2E4471

Tints of Resolution Blue #2E4471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 20.26%
G = 29.96%
B = 49.78%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2E4471 (or 0x2E4471) is known color: Resolution Blue. HEX triplet: 2E, 44 and 71. RGB value is (46,68,113). Sum of RGB (Red+Green+Blue) = 46+68+113=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E4471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4471 is #D1BB8E. Grayscale: #424242. Windows color (decimal): -13745039 or 7423022. OLE color: 7423022.

HSL color Cylindrical-coordinate representation of color #2E4471: hue angle of 220.3º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E4471 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 68 113 -
CMYK 0.59 0.40 0 0.56
HSL 220.3º 0.42% 0.31% -
HSV(B) 220.3º 0.59% 0.44% -
XYZ 6.17 5.91 16.44 -
YUV 66.55 154.21 113.34 -
System Red Green Blue C M Y K H S L
Decimal 46 68 113 0.59 0.40 0 0.56 220.3 0.42 0.31
Hex 2E 44 71 3B 28 0 38 DC 2A 1F
Octal 56 104 161 73 50 0 70 334 52 37
Binary 101110 1000100 1110001 111011 101000 0 111000 11011100 101010 11111

Color Harmonies of #2E4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4471

Black with #2E4471

Text Example


Text Example

White with #2E4471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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