#2E74BE

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

Shades of Curious Blue #2E74BE

Tints of Curious Blue #2E74BE

Color information

#2E74BE (or 0x2E74BE) is unknown color: approx Curious Blue. HEX triplet: 2E, 74 and BE. RGB value is (46,116,190). Sum of RGB (Red+Green+Blue) = 46+116+190=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E74BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E74BE is #D18B41. Grayscale: #676767. Windows color (decimal): -13732674 or 12481582. OLE color: 12481582.

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

Color convert

RGB46116190-
CMYK0.760.3900.25
HSL210.83º61.02%46.27%-
HSV(B)210.83º75.79%74.51%-
XYZ16.6716.7951.08-
YUV103.51176.8186.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.07%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 190 (74.61% from 255) = 53.98%
R=13.07%
G=32.95%
B=53.98%

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
Decimal461161900.760.3900.25210.8361.0246.27
Hex2E74BE4C27019d33d2e
Octal56164276114470313237556
Binary101110111010010111110100110010011101100111010011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E74BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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