#2E89BF

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

Shades of Curious Blue #2E89BF

Tints of Curious Blue #2E89BF

Color information

#2E89BF (or 0x2E89BF) is unknown color: approx Curious Blue. HEX triplet: 2E, 89 and BF. RGB value is (46,137,191). Sum of RGB (Red+Green+Blue) = 46+137+191=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E89BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E89BF is #D17640. Grayscale: #737373. Windows color (decimal): -13727297 or 12552494. OLE color: 12552494.

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

Color convert

RGB46137191-
CMYK0.760.2800.25
HSL202.34º61.18%46.47%-
HSV(B)202.34º75.92%74.9%-
XYZ19.4822.2352.56-
YUV115.95170.3578.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.30%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 191 (75% from 255) = 51.07%
R=12.30%
G=36.63%
B=51.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461371910.760.2800.25202.3461.1846.47
Hex2E89BF4C1C019ca3d2e
Octal56211277114340313127556
Binary101110100010011011111110011001110001100111001010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E89BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,137,191); }

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

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

 a { background-color: rgb(46,137,191); }

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

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

 span { border-color: rgb(46,137,191); }

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