#2876B8

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

Shades of Curious Blue #2876B8

Tints of Curious Blue #2876B8

Color information

#2876B8 (or 0x2876B8) is unknown color: approx Curious Blue. HEX triplet: 28, 76 and B8. RGB value is (40,118,184). Sum of RGB (Red+Green+Blue) = 40+118+184=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 184 (72.27% from 255 or 53.80% from 342); Max value from RGB is 184 - color contains mainly: blue. Hex color #2876B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2876B8 is #D78947. Grayscale: #656565. Windows color (decimal): -14125384 or 12088872. OLE color: 12088872.

HSL color Cylindrical-coordinate representation of color #2876B8: hue angle of 207.5º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2876B8 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB40118184-
CMYK0.780.3600.28
HSL207.5º64.29%43.92%-
HSV(B)207.5º78.26%72.16%-
XYZ16.0116.8747.76-
YUV102.2174.1683.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.70%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 184 (72.27% from 255) = 53.80%
R=11.70%
G=34.50%
B=53.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal401181840.780.3600.28207.564.2943.92
Hex2876B84E2401Cd0402c
Octal501662701164403432010054
Binary1010001110110101110001001110100100011100110100001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2876B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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