#2888BE

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

Shades of Curious Blue #2888BE

Tints of Curious Blue #2888BE

Color information

#2888BE (or 0x2888BE) is unknown color: approx Curious Blue. HEX triplet: 28, 88 and BE. RGB value is (40,136,190). Sum of RGB (Red+Green+Blue) = 40+136+190=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #2888BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2888BE is #D77741. Grayscale: #717171. Windows color (decimal): -14120770 or 12486696. OLE color: 12486696.

HSL color Cylindrical-coordinate representation of color #2888BE: hue angle of 201.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2888BE is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB40136190-
CMYK0.790.2800.25
HSL201.6º65.22%45.1%-
HSV(B)201.6º78.95%74.51%-
XYZ18.9721.7851.92-
YUV113.45171.275.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.93%
GREEN value IS 136 (53.52% from 255) = 37.16%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=10.93%
G=37.16%
B=51.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal401361900.790.2800.25201.665.2245.1
Hex2888BE4F1C019ca412d
Octal502102761173403131210155
Binary1010001000100010111110100111111100011001110010101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2888BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2888BE; }

 p { color: rgb(40,136,190); }

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

<style>
 a { background-color: #2888BE; }

 a { background-color: rgb(40,136,190); }

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

<style>
 span { border-color: #2888BE; }

 span { border-color: rgb(40,136,190); }

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