#2876C2

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

Shades of Curious Blue #2876C2

Tints of Curious Blue #2876C2

Color information

#2876C2 (or 0x2876C2) is unknown color: approx Curious Blue. HEX triplet: 28, 76 and C2. RGB value is (40,118,194). Sum of RGB (Red+Green+Blue) = 40+118+194=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 194 (76.17% from 255 or 55.11% from 352); Max value from RGB is 194 - color contains mainly: blue. Hex color #2876C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2876C2 is #D7893D. Grayscale: #666666. Windows color (decimal): -14125374 or 12744232. OLE color: 12744232.

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

Color convert

RGB40118194-
CMYK0.790.3900.24
HSL209.61º65.81%45.88%-
HSV(B)209.61º79.38%76.08%-
XYZ17.0917.353.48-
YUV103.34179.1682.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.36%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 194 (76.17% from 255) = 55.11%
R=11.36%
G=33.52%
B=55.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal401181940.790.3900.24209.6165.8145.88
Hex2876C24F27018d2422e
Octal501663021174703032210256
Binary1010001110110110000101001111100111011000110100101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2876C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2876C2; }

 p { color: rgb(40,118,194); }

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

<style>
 a { background-color: #2876C2; }

 a { background-color: rgb(40,118,194); }

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

<style>
 span { border-color: #2876C2; }

 span { border-color: rgb(40,118,194); }

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