#2E89CF

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

Shades of Curious Blue #2E89CF

Tints of Curious Blue #2E89CF

Color information

#2E89CF (or 0x2E89CF) is unknown color: approx Curious Blue. HEX triplet: 2E, 89 and CF. RGB value is (46,137,207). Sum of RGB (Red+Green+Blue) = 46+137+207=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E89CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E89CF is #D17630. Grayscale: #757575. Windows color (decimal): -13727281 or 13601070. OLE color: 13601070.

HSL color Cylindrical-coordinate representation of color #2E89CF: hue angle of 206.09º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E89CF is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB46137207-
CMYK0.780.3400.19
HSL206.09º63.64%49.61%-
HSV(B)206.09º77.78%81.18%-
XYZ21.3322.9862.34-
YUV117.77178.3576.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.79%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 207 (81.25% from 255) = 53.08%
R=11.79%
G=35.13%
B=53.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal461372070.780.3400.19206.0963.6449.61
Hex2E89CF4E22013ce4032
Octal562113171164202331610062
Binary10111010001001110011111001110100010010011110011101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E89CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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