#2884C1

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

Shades of Curious Blue #2884C1

Tints of Curious Blue #2884C1

Color information

#2884C1 (or 0x2884C1) is unknown color: approx Curious Blue. HEX triplet: 28, 84 and C1. RGB value is (40,132,193). Sum of RGB (Red+Green+Blue) = 40+132+193=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #2884C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2884C1 is #D77B3E. Grayscale: #6F6F6F. Windows color (decimal): -14121791 or 12682280. OLE color: 12682280.

HSL color Cylindrical-coordinate representation of color #2884C1: hue angle of 203.92º 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 #2884C1 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB40132193-
CMYK0.790.3200.24
HSL203.92º65.67%45.69%-
HSV(B)203.92º79.27%75.69%-
XYZ18.7520.853.48-
YUV111.45174.0277.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.96%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 193 (75.78% from 255) = 52.88%
R=10.96%
G=36.16%
B=52.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal401321930.790.3200.24203.9265.6745.69
Hex2884C14F20018cc422e
Octal502043011174003031410256
Binary10100010000100110000011001111100000011000110011001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2884C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2884C1; }

 p { color: rgb(40,132,193); }

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

<style>
 a { background-color: #2884C1; }

 a { background-color: rgb(40,132,193); }

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

<style>
 span { border-color: #2884C1; }

 span { border-color: rgb(40,132,193); }

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