#2E7EB1

Color #2E7EB1 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2E7EB1

Tints of Curious Blue #2E7EB1

Color information

#2E7EB1 (or 0x2E7EB1) is unknown color: approx Curious Blue. HEX triplet: 2E, 7E and B1. RGB value is (46,126,177). Sum of RGB (Red+Green+Blue) = 46+126+177=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 177 (69.53% from 255 or 50.72% from 349); Max value from RGB is 177 - color contains mainly: blue. Hex color #2E7EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7EB1 is #D1814E. Grayscale: #6B6B6B. Windows color (decimal): -13730127 or 11632174. OLE color: 11632174.

HSL color Cylindrical-coordinate representation of color #2E7EB1: hue angle of 203.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E7EB1 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB46126177-
CMYK0.740.2900.31
HSL203.36º58.74%43.73%-
HSV(B)203.36º74.01%69.41%-
XYZ16.5218.6844.33-
YUV107.8916783.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.18%
GREEN value IS 126 (49.61% from 255) = 36.10%
BLUE value IS 177 (69.53% from 255) = 50.72%
R=13.18%
G=36.10%
B=50.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461261770.740.2900.31203.3658.7443.73
Hex2E7EB14A1D01Fcb3b2c
Octal56176261112350373137354
Binary10111011111101011000110010101110101111111001011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,126,177); }

 H1.HeaderClassName
 {
   color: #2E7EB1;
 }
 .AnyTagClassName
 {
   color: #2E7EB1;
 }
</style>
background-color css

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

 a { background-color: rgb(46,126,177); }

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

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

 span { border-color: rgb(46,126,177); }

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