#2E89C8

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

Shades of Curious Blue #2E89C8

Tints of Curious Blue #2E89C8

Color information

#2E89C8 (or 0x2E89C8) is unknown color: approx Curious Blue. HEX triplet: 2E, 89 and C8. RGB value is (46,137,200). Sum of RGB (Red+Green+Blue) = 46+137+200=383 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.01% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 200 (78.52% from 255 or 52.22% from 383); Max value from RGB is 200 - color contains mainly: blue. Hex color #2E89C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E89C8 is #D17637. Grayscale: #747474. Windows color (decimal): -13727288 or 13142318. OLE color: 13142318.

HSL color Cylindrical-coordinate representation of color #2E89C8: hue angle of 204.55º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E89C8 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB46137200-
CMYK0.770.3200.22
HSL204.55º62.6%48.24%-
HSV(B)204.55º77%78.43%-
XYZ20.522.6457.93-
YUV116.97174.8577.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.01%
GREEN value IS 137 (53.91% from 255) = 35.77%
BLUE value IS 200 (78.52% from 255) = 52.22%
R=12.01%
G=35.77%
B=52.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal461372000.770.3200.22204.5562.648.24
Hex2E89C84D20016cd3f30
Octal56211310115400263157760
Binary1011101000100111001000100110110000001011011001101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E89C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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