#2E80B6

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

Shades of Curious Blue #2E80B6

Tints of Curious Blue #2E80B6

Color information

#2E80B6 (or 0x2E80B6) is unknown color: approx Curious Blue. HEX triplet: 2E, 80 and B6. RGB value is (46,128,182). Sum of RGB (Red+Green+Blue) = 46+128+182=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #2E80B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E80B6 is #D17F49. Grayscale: #6D6D6D. Windows color (decimal): -13729610 or 11960366. OLE color: 11960366.

HSL color Cylindrical-coordinate representation of color #2E80B6: hue angle of 203.82º degrees, saturation: 0.6, 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 #2E80B6 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB46128182-
CMYK0.750.3000.29
HSL203.82º59.65%44.71%-
HSV(B)203.82º74.73%71.37%-
XYZ17.2919.447.09-
YUV109.64168.8382.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.92%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 182 (71.48% from 255) = 51.12%
R=12.92%
G=35.96%
B=51.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461281820.750.3000.29203.8259.6544.71
Hex2E80B64B1E01Dcc3c2d
Octal56200266113360353147455
Binary101110100000001011011010010111111001110111001100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E80B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,128,182); }

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

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

 a { background-color: rgb(46,128,182); }

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

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

 span { border-color: rgb(46,128,182); }

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