#2E82B5

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

Shades of Curious Blue #2E82B5

Tints of Curious Blue #2E82B5

Color information

#2E82B5 (or 0x2E82B5) is unknown color: approx Curious Blue. HEX triplet: 2E, 82 and B5. RGB value is (46,130,181). Sum of RGB (Red+Green+Blue) = 46+130+181=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 181 (71.09% from 255 or 50.70% from 357); Max value from RGB is 181 - color contains mainly: blue. Hex color #2E82B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E82B5 is #D17D4A. Grayscale: #6E6E6E. Windows color (decimal): -13729099 or 11895342. OLE color: 11895342.

HSL color Cylindrical-coordinate representation of color #2E82B5: hue angle of 202.67º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E82B5 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB46130181-
CMYK0.750.2800.29
HSL202.67º59.47%44.51%-
HSV(B)202.67º74.59%70.98%-
XYZ17.4519.8846.63-
YUV110.7167.6781.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.89%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 181 (71.09% from 255) = 50.70%
R=12.89%
G=36.41%
B=50.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461301810.750.2800.29202.6759.4744.51
Hex2E82B54B1C01Dcb3b2d
Octal56202265113340353137355
Binary101110100000101011010110010111110001110111001011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E82B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,130,181); }

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

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

 a { background-color: rgb(46,130,181); }

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

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

 span { border-color: rgb(46,130,181); }

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