Html Css Color HEX #2E4679 Resolution Blue

📋 copy color: '#2E4679'

red 46 ◦ green 70 ◦ blue 121

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

Shades of Resolution Blue #2E4679

Tints of Resolution Blue #2E4679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 51.05%

R = 19.41%
G = 29.54%
B = 51.05%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E4679 (or 0x2E4679) is known color: Resolution Blue. HEX triplet: 2E, 46 and 79. RGB value is (46,70,121). Sum of RGB (Red+Green+Blue) = 46+70+121=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E4679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4679 is #D1B986. Grayscale: #444444. Windows color (decimal): -13744519 or 7947822. OLE color: 7947822.

HSL color Cylindrical-coordinate representation of color #2E4679: hue angle of 220.8º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E4679 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 70 121 -
CMYK 0.62 0.42 0 0.53
HSL 220.8º 0.45% 0.33% -
HSV(B) 220.8º 0.62% 0.47% -
XYZ 6.77 6.34 18.96 -
YUV 68.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 46 70 121 0.62 0.42 0 0.53 220.8 0.45 0.33
Hex 2E 46 79 3E 2A 0 35 DD 2D 21
Octal 56 106 171 76 52 0 65 335 55 41
Binary 101110 1000110 1111001 111110 101010 0 110101 11011101 101101 100001

Color Harmonies of #2E4679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4679

Black with #2E4679

Text Example


Text Example

White with #2E4679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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