Html Css Color HEX #2E446E Resolution Blue

📋 copy color: '#2E446E'

red 46 ◦ green 68 ◦ blue 110

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

Shades of Resolution Blue #2E446E

Tints of Resolution Blue #2E446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 49.11%

R = 20.54%
G = 30.36%
B = 49.11%

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

#2E446E (or 0x2E446E) is known color: Resolution Blue. HEX triplet: 2E, 44 and 6E. RGB value is (46,68,110). Sum of RGB (Red+Green+Blue) = 46+68+110=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E446E is #D1BB91. Grayscale: #424242. Windows color (decimal): -13745042 or 7226414. OLE color: 7226414.

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

Color convert

RGB 46 68 110 -
CMYK 0.58 0.38 0 0.57
HSL 219.38º 0.41% 0.31% -
HSV(B) 219.38º 0.58% 0.43% -
XYZ 6.01 5.84 15.56 -
YUV 66.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 46 68 110 0.58 0.38 0 0.57 219.38 0.41 0.31
Hex 2E 44 6E 3A 26 0 39 DB 29 1F
Octal 56 104 156 72 46 0 71 333 51 37
Binary 101110 1000100 1101110 111010 100110 0 111001 11011011 101001 11111

Color Harmonies of #2E446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E446E

Black with #2E446E

Text Example


Text Example

White with #2E446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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