#2E81BC

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

Shades of Curious Blue #2E81BC

Tints of Curious Blue #2E81BC

Color information

#2E81BC (or 0x2E81BC) is unknown color: approx Curious Blue. HEX triplet: 2E, 81 and BC. RGB value is (46,129,188). Sum of RGB (Red+Green+Blue) = 46+129+188=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E81BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E81BC is #D17E43. Grayscale: #6E6E6E. Windows color (decimal): -13729348 or 12353838. OLE color: 12353838.

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

Color convert

RGB46129188-
CMYK0.760.3100.26
HSL204.93º60.68%45.88%-
HSV(B)204.93º75.53%73.73%-
XYZ18.0519.9150.47-
YUV110.91171.581.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.67%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 188 (73.83% from 255) = 51.79%
R=12.67%
G=35.54%
B=51.79%

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
Decimal461291880.760.3100.26204.9360.6845.88
Hex2E81BC4C1F01Acd3d2e
Octal56201274114370323157556
Binary101110100000011011110010011001111101101011001101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E81BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,129,188); }

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

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

 a { background-color: rgb(46,129,188); }

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

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

 span { border-color: rgb(46,129,188); }

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