#2E87CA

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

Shades of Curious Blue #2E87CA

Tints of Curious Blue #2E87CA

Color information

#2E87CA (or 0x2E87CA) is unknown color: approx Curious Blue. HEX triplet: 2E, 87 and CA. RGB value is (46,135,202). Sum of RGB (Red+Green+Blue) = 46+135+202=383 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.01% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E87CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E87CA is #D17835. Grayscale: #737373. Windows color (decimal): -13727798 or 13272878. OLE color: 13272878.

HSL color Cylindrical-coordinate representation of color #2E87CA: hue angle of 205.77º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E87CA is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB46135202-
CMYK0.770.3300.21
HSL205.77º62.9%48.63%-
HSV(B)205.77º77.23%79.22%-
XYZ20.4522.1759.08-
YUV116.03176.5178.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.01%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=12.01%
G=35.25%
B=52.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal461352020.770.3300.21205.7762.948.63
Hex2E87CA4D21015ce3f31
Octal56207312115410253167761
Binary1011101000011111001010100110110000101010111001110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E87CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,135,202); }

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

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

 a { background-color: rgb(46,135,202); }

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

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

 span { border-color: rgb(46,135,202); }

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