Html Css Color HEX #2E4279 Resolution Blue

📋 copy color: '#2E4279'

red 46 ◦ green 66 ◦ blue 121

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

Shades of Resolution Blue #2E4279

Tints of Resolution Blue #2E4279

RGB

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

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

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

R = 19.74%
G = 28.33%
B = 51.93%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E4279 (or 0x2E4279) is known color: Resolution Blue. HEX triplet: 2E, 42 and 79. RGB value is (46,66,121). Sum of RGB (Red+Green+Blue) = 46+66+121=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E4279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4279 is #D1BD86. Grayscale: #424242. Windows color (decimal): -13745543 or 7946798. OLE color: 7946798.

HSL color Cylindrical-coordinate representation of color #2E4279: hue angle of 224º 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 #2E4279 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 66 121 -
CMYK 0.62 0.45 0 0.53
HSL 224º 0.45% 0.33% -
HSV(B) 224º 0.62% 0.47% -
XYZ 6.53 5.86 18.88 -
YUV 66.29 158.87 113.53 -
System Red Green Blue C M Y K H S L
Decimal 46 66 121 0.62 0.45 0 0.53 224 0.45 0.33
Hex 2E 42 79 3E 2D 0 35 E0 2D 21
Octal 56 102 171 76 55 0 65 340 55 41
Binary 101110 1000010 1111001 111110 101101 0 110101 11100000 101101 100001

Color Harmonies of #2E4279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4279

Black with #2E4279

Text Example


Text Example

White with #2E4279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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