#2E79BE

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

Shades of Curious Blue #2E79BE

Tints of Curious Blue #2E79BE

Color information

#2E79BE (or 0x2E79BE) is unknown color: approx Curious Blue. HEX triplet: 2E, 79 and BE. RGB value is (46,121,190). Sum of RGB (Red+Green+Blue) = 46+121+190=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E79BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E79BE is #D18641. Grayscale: #6A6A6A. Windows color (decimal): -13731394 or 12482862. OLE color: 12482862.

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

Color convert

RGB46121190-
CMYK0.760.3600.25
HSL208.75º61.02%46.27%-
HSV(B)208.75º75.79%74.51%-
XYZ17.2617.9751.27-
YUV106.44175.1584.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.89%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 190 (74.61% from 255) = 53.22%
R=12.89%
G=33.89%
B=53.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461211900.760.3600.25208.7561.0246.27
Hex2E79BE4C24019d13d2e
Octal56171276114440313217556
Binary101110111100110111110100110010010001100111010001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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