Html Css Color HEX #2E446D Resolution Blue

📋 copy color: '#2E446D'

red 46 ◦ green 68 ◦ blue 109

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

Shades of Resolution Blue #2E446D

Tints of Resolution Blue #2E446D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.88%

R = 20.63%
G = 30.49%
B = 48.88%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E446D (or 0x2E446D) is known color: Resolution Blue. HEX triplet: 2E, 44 and 6D. RGB value is (46,68,109). Sum of RGB (Red+Green+Blue) = 46+68+109=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E446D is #D1BB92. Grayscale: #414141. Windows color (decimal): -13745043 or 7160878. OLE color: 7160878.

HSL color Cylindrical-coordinate representation of color #2E446D: hue angle of 219.05º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E446D is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 68 109 -
CMYK 0.58 0.38 0 0.57
HSL 219.05º 0.41% 0.3% -
HSV(B) 219.05º 0.58% 0.43% -
XYZ 5.95 5.82 15.28 -
YUV 66.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 46 68 109 0.58 0.38 0 0.57 219.05 0.41 0.3
Hex 2E 44 6D 3A 26 0 39 DB 29 1E
Octal 56 104 155 72 46 0 71 333 51 36
Binary 101110 1000100 1101101 111010 100110 0 111001 11011011 101001 11110

Color Harmonies of #2E446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E446D

Black with #2E446D

Text Example


Text Example

White with #2E446D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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