#2888c3

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

Shades of Curious Blue #2888C3

Tints of Curious Blue #2888C3

Color information

#2888C3 (or 0x2888C3) is unknown color: approx Curious Blue. HEX triplet: 28, 88 and C3. RGB value is (40,136,195). Sum of RGB (Red+Green+Blue) = 40+136+195=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #2888C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2888C3 is #D7773C. Grayscale: #717171. Windows color (decimal): -14120765 or 12814376. OLE color: 12814376.

HSL color Cylindrical-coordinate representation of color #2888C3: hue angle of 202.84º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2888C3 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB40136195-
CMYK0.790.3000.24
HSL202.84º65.96%46.08%-
HSV(B)202.84º79.49%76.47%-
XYZ19.532254.85-
YUV114.02173.775.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.78%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 195 (76.56% from 255) = 52.56%
R=10.78%
G=36.66%
B=52.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal401361950.790.3000.24202.8465.9646.08
Hex2888C34F1E018cb422e
Octal502103031173603031310256
Binary1010001000100011000011100111111110011000110010111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2888c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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