Html Css Color HEX #2E4673 Resolution Blue

📋 copy color: '#2E4673'

red 46 ◦ green 70 ◦ blue 115

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

Shades of Resolution Blue #2E4673

Tints of Resolution Blue #2E4673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.78%

R = 19.91%
G = 30.3%
B = 49.78%

CMYK

 C value IS 0.6

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E4673 (or 0x2E4673) is known color: Resolution Blue. HEX triplet: 2E, 46 and 73. RGB value is (46,70,115). Sum of RGB (Red+Green+Blue) = 46+70+115=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E4673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4673 is #D1B98C. Grayscale: #434343. Windows color (decimal): -13744525 or 7554606. OLE color: 7554606.

HSL color Cylindrical-coordinate representation of color #2E4673: hue angle of 219.13º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E4673 is Cyan = 0.6, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 70 115 -
CMYK 0.6 0.39 0 0.55
HSL 219.13º 0.43% 0.32% -
HSV(B) 219.13º 0.6% 0.45% -
XYZ 6.41 6.2 17.08 -
YUV 67.95 154.55 112.34 -
System Red Green Blue C M Y K H S L
Decimal 46 70 115 0.6 0.39 0 0.55 219.13 0.43 0.32
Hex 2E 46 73 3C 27 0 37 DB 2B 20
Octal 56 106 163 74 47 0 67 333 53 40
Binary 101110 1000110 1110011 111100 100111 0 110111 11011011 101011 100000

Color Harmonies of #2E4673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4673

Black with #2E4673

Text Example


Text Example

White with #2E4673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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