#2875BC

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

Shades of Curious Blue #2875BC

Tints of Curious Blue #2875BC

Color information

#2875BC (or 0x2875BC) is unknown color: approx Curious Blue. HEX triplet: 28, 75 and BC. RGB value is (40,117,188). Sum of RGB (Red+Green+Blue) = 40+117+188=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #2875BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2875BC is #D78A43. Grayscale: #656565. Windows color (decimal): -14125636 or 12350760. OLE color: 12350760.

HSL color Cylindrical-coordinate representation of color #2875BC: hue angle of 208.78º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2875BC is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB40117188-
CMYK0.790.3800.26
HSL208.78º64.91%44.71%-
HSV(B)208.78º78.72%73.73%-
XYZ16.3116.849.96-
YUV102.07176.4983.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.59%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 188 (73.83% from 255) = 54.49%
R=11.59%
G=33.91%
B=54.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal401171880.790.3800.26208.7864.9144.71
Hex2875BC4F2601Ad1412d
Octal501652741174603232110155
Binary1010001110101101111001001111100110011010110100011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2875BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2875BC; }

 p { color: rgb(40,117,188); }

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

<style>
 a { background-color: #2875BC; }

 a { background-color: rgb(40,117,188); }

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

<style>
 span { border-color: #2875BC; }

 span { border-color: rgb(40,117,188); }

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