#2E83BD

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

Shades of Curious Blue #2E83BD

Tints of Curious Blue #2E83BD

Color information

#2E83BD (or 0x2E83BD) is unknown color: approx Curious Blue. HEX triplet: 2E, 83 and BD. RGB value is (46,131,189). Sum of RGB (Red+Green+Blue) = 46+131+189=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E83BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E83BD is #D17C42. Grayscale: #6F6F6F. Windows color (decimal): -13728835 or 12419886. OLE color: 12419886.

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

Color convert

RGB46131189-
CMYK0.760.3100.26
HSL204.34º60.85%46.08%-
HSV(B)204.34º75.66%74.12%-
XYZ18.4320.4951.13-
YUV112.2171.3480.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.57%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 189 (74.22% from 255) = 51.64%
R=12.57%
G=35.79%
B=51.64%

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
Decimal461311890.760.3100.26204.3460.8546.08
Hex2E83BD4C1F01Acc3d2e
Octal56203275114370323147556
Binary101110100000111011110110011001111101101011001100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E83BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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