#2E84CA

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

Shades of Curious Blue #2E84CA

Tints of Curious Blue #2E84CA

Color information

#2E84CA (or 0x2E84CA) is unknown color: approx Curious Blue. HEX triplet: 2E, 84 and CA. RGB value is (46,132,202). Sum of RGB (Red+Green+Blue) = 46+132+202=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E84CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E84CA is #D17B35. Grayscale: #717171. Windows color (decimal): -13728566 or 13272110. OLE color: 13272110.

HSL color Cylindrical-coordinate representation of color #2E84CA: hue angle of 206.92º 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 #2E84CA is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB46132202-
CMYK0.770.3500.21
HSL206.92º62.9%48.63%-
HSV(B)206.92º77.23%79.22%-
XYZ20.0421.3558.94-
YUV114.27177.5179.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.11%
GREEN value IS 132 (51.95% from 255) = 34.74%
BLUE value IS 202 (79.30% from 255) = 53.16%
R=12.11%
G=34.74%
B=53.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal461322020.770.3500.21206.9262.948.63
Hex2E84CA4D23015cf3f31
Octal56204312115430253177761
Binary1011101000010011001010100110110001101010111001111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E84CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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