#2E82BD

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

Shades of Curious Blue #2E82BD

Tints of Curious Blue #2E82BD

Color information

#2E82BD (or 0x2E82BD) is unknown color: approx Curious Blue. HEX triplet: 2E, 82 and BD. RGB value is (46,130,189). Sum of RGB (Red+Green+Blue) = 46+130+189=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E82BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E82BD is #D17D42. Grayscale: #6F6F6F. Windows color (decimal): -13729091 or 12419630. OLE color: 12419630.

HSL color Cylindrical-coordinate representation of color #2E82BD: hue angle of 204.76º 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 #2E82BD is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB46130189-
CMYK0.760.3100.26
HSL204.76º60.85%46.08%-
HSV(B)204.76º75.66%74.12%-
XYZ18.2920.2251.08-
YUV111.61171.6781.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.60%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 189 (74.22% from 255) = 51.78%
R=12.60%
G=35.62%
B=51.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461301890.760.3100.26204.7660.8546.08
Hex2E82BD4C1F01Acd3d2e
Octal56202275114370323157556
Binary101110100000101011110110011001111101101011001101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E82BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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