#2884C8

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

Shades of Curious Blue #2884C8

Tints of Curious Blue #2884C8

Color information

#2884C8 (or 0x2884C8) is unknown color: approx Curious Blue. HEX triplet: 28, 84 and C8. RGB value is (40,132,200). Sum of RGB (Red+Green+Blue) = 40+132+200=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 200 (78.52% from 255 or 53.76% from 372); Max value from RGB is 200 - color contains mainly: blue. Hex color #2884C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2884C8 is #D77B37. Grayscale: #6F6F6F. Windows color (decimal): -14121784 or 13141032. OLE color: 13141032.

HSL color Cylindrical-coordinate representation of color #2884C8: hue angle of 205.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2884C8 is Cyan = 0.8, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB40132200-
CMYK0.80.3400.22
HSL205.5º66.67%47.06%-
HSV(B)205.5º80%78.43%-
XYZ19.5521.1257.69-
YUV112.24177.5276.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.75%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 200 (78.52% from 255) = 53.76%
R=10.75%
G=35.48%
B=53.76%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal401322000.80.3400.22205.566.6747.06
Hex2884C85022016ce432f
Octal502043101204202631610357
Binary10100010000100110010001010000100010010110110011101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2884C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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