#2E73BE

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

Shades of Curious Blue #2E73BE

Tints of Curious Blue #2E73BE

Color information

#2E73BE (or 0x2E73BE) is unknown color: approx Curious Blue. HEX triplet: 2E, 73 and BE. RGB value is (46,115,190). Sum of RGB (Red+Green+Blue) = 46+115+190=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E73BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E73BE is #D18C41. Grayscale: #666666. Windows color (decimal): -13732930 or 12481326. OLE color: 12481326.

HSL color Cylindrical-coordinate representation of color #2E73BE: hue angle of 211.25º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E73BE is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB46115190-
CMYK0.760.3900.25
HSL211.25º61.02%46.27%-
HSV(B)211.25º75.79%74.51%-
XYZ16.5516.5651.04-
YUV102.92177.1487.4-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.11%
GREEN value IS 115 (45.31% from 255) = 32.76%
BLUE value IS 190 (74.61% from 255) = 54.13%
R=13.11%
G=32.76%
B=54.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461151900.760.3900.25211.2561.0246.27
Hex2E73BE4C27019d33d2e
Octal56163276114470313237556
Binary101110111001110111110100110010011101100111010011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E73BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,115,190); }

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

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

 a { background-color: rgb(46,115,190); }

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

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

 span { border-color: rgb(46,115,190); }

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