#2E8DBA

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

Shades of Curious Blue #2E8DBA

Tints of Curious Blue #2E8DBA

Color information

#2E8DBA (or 0x2E8DBA) is unknown color: approx Curious Blue. HEX triplet: 2E, 8D and BA. RGB value is (46,141,186). Sum of RGB (Red+Green+Blue) = 46+141+186=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E8DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8DBA is #D17245. Grayscale: #757575. Windows color (decimal): -13726278 or 12225838. OLE color: 12225838.

HSL color Cylindrical-coordinate representation of color #2E8DBA: hue angle of 199.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E8DBA is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB46141186-
CMYK0.750.2400.27
HSL199.29º60.34%45.49%-
HSV(B)199.29º75.27%72.94%-
XYZ19.5123.1849.9-
YUV117.72166.5376.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.33%
GREEN value IS 141 (55.47% from 255) = 37.80%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=12.33%
G=37.80%
B=49.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal461411860.750.2400.27199.2960.3445.49
Hex2E8DBA4B1801Bc73c2d
Octal56215272113300333077455
Binary101110100011011011101010010111100001101111000111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,141,186); }

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

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

 a { background-color: rgb(46,141,186); }

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

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

 span { border-color: rgb(46,141,186); }

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