#2e70be

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

Shades of Curious Blue #2E70BE

Tints of Curious Blue #2E70BE

Color information

#2E70BE (or 0x2E70BE) is unknown color: approx Curious Blue. HEX triplet: 2E, 70 and BE. RGB value is (46,112,190). Sum of RGB (Red+Green+Blue) = 46+112+190=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E70BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E70BE is #D18F41. Grayscale: #646464. Windows color (decimal): -13733698 or 12480558. OLE color: 12480558.

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

Color convert

RGB46112190-
CMYK0.760.4100.25
HSL212.5º61.02%46.27%-
HSV(B)212.5º75.79%74.51%-
XYZ16.2215.8950.93-
YUV101.16178.1388.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.22%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 190 (74.61% from 255) = 54.60%
R=13.22%
G=32.18%
B=54.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461121900.760.4100.25212.561.0246.27
Hex2E70BE4C29019d43d2e
Octal56160276114510313247556
Binary101110111000010111110100110010100101100111010100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e70be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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