#2E83AE

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

Shades of Curious Blue #2E83AE

Tints of Curious Blue #2E83AE

Color information

#2E83AE (or 0x2E83AE) is unknown color: approx Curious Blue. HEX triplet: 2E, 83 and AE. RGB value is (46,131,174). Sum of RGB (Red+Green+Blue) = 46+131+174=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E83AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E83AE is #D17C51. Grayscale: #6E6E6E. Windows color (decimal): -13728850 or 11436846. OLE color: 11436846.

HSL color Cylindrical-coordinate representation of color #2E83AE: hue angle of 200.16º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E83AE is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB46131174-
CMYK0.740.2500.32
HSL200.16º58.18%43.14%-
HSV(B)200.16º73.56%68.24%-
XYZ16.8819.8742.99-
YUV110.49163.8482-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.11%
GREEN value IS 131 (51.56% from 255) = 37.32%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=13.11%
G=37.32%
B=49.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461311740.740.2500.32200.1658.1843.14
Hex2E83AE4A19020c83a2b
Octal56203256112310403107253
Binary1011101000001110101110100101011001010000011001000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E83AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,131,174); }

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

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

 a { background-color: rgb(46,131,174); }

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

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

 span { border-color: rgb(46,131,174); }

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