Html Css Color HEX #2E3976 Resolution Blue

📋 copy color: '#2E3976'

red 46 ◦ green 57 ◦ blue 118

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

Shades of Resolution Blue #2E3976

Tints of Resolution Blue #2E3976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.79%

 BLUE value IS 118 (46.48% from 255) = 53.39%

R = 20.81%
G = 25.79%
B = 53.39%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2E3976 (or 0x2E3976) is known color: Resolution Blue. HEX triplet: 2E, 39 and 76. RGB value is (46,57,118). Sum of RGB (Red+Green+Blue) = 46+57+118=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E3976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3976 is #D1C689. Grayscale: #3C3C3C. Windows color (decimal): -13747850 or 7747886. OLE color: 7747886.

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

Color convert

RGB 46 57 118 -
CMYK 0.61 0.52 0 0.54
HSL 230.83º 0.44% 0.32% -
HSV(B) 230.83º 0.61% 0.46% -
XYZ 5.86 4.82 17.76 -
YUV 60.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 46 57 118 0.61 0.52 0 0.54 230.83 0.44 0.32
Hex 2E 39 76 3D 34 0 36 E7 2C 20
Octal 56 71 166 75 64 0 66 347 54 40
Binary 101110 111001 1110110 111101 110100 0 110110 11100111 101100 100000

Color Harmonies of #2E3976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3976

Black with #2E3976

Text Example


Text Example

White with #2E3976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,57,118); }

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

background-color css

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

 a { background-color: rgb(46,57,118); }

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

border-color css

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

 span { border-color: rgb(46,57,118); }

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