Html Css Color HEX #2E3C76 Resolution Blue

📋 copy color: '#2E3C76'

red 46 ◦ green 60 ◦ blue 118

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

Shades of Resolution Blue #2E3C76

Tints of Resolution Blue #2E3C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.79%

 BLUE value IS 118 (46.48% from 255) = 52.68%

R = 20.54%
G = 26.79%
B = 52.68%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2E3C76 (or 0x2E3C76) is known color: Resolution Blue. HEX triplet: 2E, 3C and 76. RGB value is (46,60,118). Sum of RGB (Red+Green+Blue) = 46+60+118=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E3C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3C76 is #D1C389. Grayscale: #3E3E3E. Windows color (decimal): -13747082 or 7748654. OLE color: 7748654.

HSL color Cylindrical-coordinate representation of color #2E3C76: hue angle of 228.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E3C76 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 60 118 -
CMYK 0.61 0.49 0 0.54
HSL 228.33º 0.44% 0.32% -
HSV(B) 228.33º 0.61% 0.46% -
XYZ 6.01 5.12 17.81 -
YUV 62.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 46 60 118 0.61 0.49 0 0.54 228.33 0.44 0.32
Hex 2E 3C 76 3D 31 0 36 E4 2C 20
Octal 56 74 166 75 61 0 66 344 54 40
Binary 101110 111100 1110110 111101 110001 0 110110 11100100 101100 100000

Color Harmonies of #2E3C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3C76

Black with #2E3C76

Text Example


Text Example

White with #2E3C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,60,118); }

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

background-color css

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

 a { background-color: rgb(46,60,118); }

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

border-color css

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

 span { border-color: rgb(46,60,118); }

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