#2E8CBD

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

Shades of Curious Blue #2E8CBD

Tints of Curious Blue #2E8CBD

Color information

#2E8CBD (or 0x2E8CBD) is unknown color: approx Curious Blue. HEX triplet: 2E, 8C and BD. RGB value is (46,140,189). Sum of RGB (Red+Green+Blue) = 46+140+189=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E8CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8CBD is #D17342. Grayscale: #757575. Windows color (decimal): -13726531 or 12422190. OLE color: 12422190.

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

Color convert

RGB46140189-
CMYK0.760.2600.26
HSL200.56º60.85%46.08%-
HSV(B)200.56º75.66%74.12%-
XYZ19.6923.0151.55-
YUV117.48168.3677.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.27%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 189 (74.22% from 255) = 50.4%
R=12.27%
G=37.33%
B=50.4%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461401890.760.2600.26200.5660.8546.08
Hex2E8CBD4C1A01Ac93d2e
Octal56214275114320323117556
Binary101110100011001011110110011001101001101011001001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,140,189); }

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

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

 a { background-color: rgb(46,140,189); }

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

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

 span { border-color: rgb(46,140,189); }

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