Html Css Color HEX #2E3F87 Resolution Blue

📋 copy color: '#2E3F87'

red 46 ◦ green 63 ◦ blue 135

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

Shades of Resolution Blue #2E3F87

Tints of Resolution Blue #2E3F87

RGB

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

 GREEN value IS 63 (25% from 255) = 25.82%

 BLUE value IS 135 (53.13% from 255) = 55.33%

R = 18.85%
G = 25.82%
B = 55.33%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2E3F87 (or 0x2E3F87) is known color: Resolution Blue. HEX triplet: 2E, 3F and 87. RGB value is (46,63,135). Sum of RGB (Red+Green+Blue) = 46+63+135=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E3F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3F87 is #D1C078. Grayscale: #414141. Windows color (decimal): -13746297 or 8863534. OLE color: 8863534.

HSL color Cylindrical-coordinate representation of color #2E3F87: hue angle of 228.54º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E3F87 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 63 135 -
CMYK 0.66 0.53 0 0.47
HSL 228.54º 0.49% 0.35% -
HSV(B) 228.54º 0.66% 0.53% -
XYZ 7.28 5.89 23.67 -
YUV 66.13 166.87 113.65 -
System Red Green Blue C M Y K H S L
Decimal 46 63 135 0.66 0.53 0 0.47 228.54 0.49 0.35
Hex 2E 3F 87 42 35 0 2F E5 31 23
Octal 56 77 207 102 65 0 57 345 61 43
Binary 101110 111111 10000111 1000010 110101 0 101111 11100101 110001 100011

Color Harmonies of #2E3F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3F87

Black with #2E3F87

Text Example


Text Example

White with #2E3F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,63,135); }

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

background-color css

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

 a { background-color: rgb(46,63,135); }

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

border-color css

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

 span { border-color: rgb(46,63,135); }

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