#2E7EB3

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

Shades of Curious Blue #2E7EB3

Tints of Curious Blue #2E7EB3

Color information

#2E7EB3 (or 0x2E7EB3) is unknown color: approx Curious Blue. HEX triplet: 2E, 7E and B3. RGB value is (46,126,179). Sum of RGB (Red+Green+Blue) = 46+126+179=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #2E7EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7EB3 is #D1814C. Grayscale: #6B6B6B. Windows color (decimal): -13730125 or 11763246. OLE color: 11763246.

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

Color convert

RGB46126179-
CMYK0.740.3000.30
HSL203.91º59.11%44.12%-
HSV(B)203.91º74.3%70.2%-
XYZ16.7218.7645.39-
YUV108.1216883.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.11%
GREEN value IS 126 (49.61% from 255) = 35.90%
BLUE value IS 179 (70.31% from 255) = 51.00%
R=13.11%
G=35.90%
B=51.00%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal461261790.740.3000.30203.9159.1144.12
Hex2E7EB34A1E01Ecc3b2c
Octal56176263112360363147354
Binary10111011111101011001110010101111001111011001100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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