#2E73C5

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

Shades of Curious Blue #2E73C5

Tints of Curious Blue #2E73C5

Color information

#2E73C5 (or 0x2E73C5) is unknown color: approx Curious Blue. HEX triplet: 2E, 73 and C5. RGB value is (46,115,197). Sum of RGB (Red+Green+Blue) = 46+115+197=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 197 (77.34% from 255 or 55.03% from 358); Max value from RGB is 197 - color contains mainly: blue. Hex color #2E73C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E73C5 is #D18C3A. Grayscale: #676767. Windows color (decimal): -13732923 or 12940078. OLE color: 12940078.

HSL color Cylindrical-coordinate representation of color #2E73C5: hue angle of 212.58º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E73C5 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB46115197-
CMYK0.770.4200.23
HSL212.58º62.14%47.65%-
HSV(B)212.58º76.65%77.25%-
XYZ17.3416.8755.17-
YUV103.72180.6486.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.85%
GREEN value IS 115 (45.31% from 255) = 32.12%
BLUE value IS 197 (77.34% from 255) = 55.03%
R=12.85%
G=32.12%
B=55.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal461151970.770.4200.23212.5862.1447.65
Hex2E73C54D2A017d53e30
Octal56163305115520273257660
Binary101110111001111000101100110110101001011111010101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E73C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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