#2E7EBF

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

Shades of Curious Blue #2E7EBF

Tints of Curious Blue #2E7EBF

Color information

#2E7EBF (or 0x2E7EBF) is unknown color: approx Curious Blue. HEX triplet: 2E, 7E and BF. RGB value is (46,126,191). Sum of RGB (Red+Green+Blue) = 46+126+191=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E7EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7EBF is #D18140. Grayscale: #6D6D6D. Windows color (decimal): -13730113 or 12549678. OLE color: 12549678.

HSL color Cylindrical-coordinate representation of color #2E7EBF: hue angle of 206.9º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E7EBF is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB46126191-
CMYK0.760.3400.25
HSL206.9º61.18%46.47%-
HSV(B)206.9º75.92%74.9%-
XYZ17.9919.2652.06-
YUV109.4917482.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.67%
GREEN value IS 126 (49.61% from 255) = 34.71%
BLUE value IS 191 (75% from 255) = 52.62%
R=12.67%
G=34.71%
B=52.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461261910.760.3400.25206.961.1846.47
Hex2E7EBF4C22019cf3d2e
Octal56176277114420313177556
Binary101110111111010111111100110010001001100111001111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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