#2E8ABF

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

Shades of Curious Blue #2E8ABF

Tints of Curious Blue #2E8ABF

Color information

#2E8ABF (or 0x2E8ABF) is unknown color: approx Curious Blue. HEX triplet: 2E, 8A and BF. RGB value is (46,138,191). Sum of RGB (Red+Green+Blue) = 46+138+191=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E8ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8ABF is #D17540. Grayscale: #747474. Windows color (decimal): -13727041 or 12552750. OLE color: 12552750.

HSL color Cylindrical-coordinate representation of color #2E8ABF: hue angle of 201.93º 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 #2E8ABF is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB46138191-
CMYK0.760.2800.25
HSL201.93º61.18%46.47%-
HSV(B)201.93º75.92%74.9%-
XYZ19.6222.5252.6-
YUV116.53170.0277.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.27%
GREEN value IS 138 (54.30% from 255) = 36.8%
BLUE value IS 191 (75% from 255) = 50.93%
R=12.27%
G=36.8%
B=50.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461381910.760.2800.25201.9361.1846.47
Hex2E8ABF4C1C019ca3d2e
Octal56212277114340313127556
Binary101110100010101011111110011001110001100111001010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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