#2878BA

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

Shades of Curious Blue #2878BA

Tints of Curious Blue #2878BA

Color information

#2878BA (or 0x2878BA) is unknown color: approx Curious Blue. HEX triplet: 28, 78 and BA. RGB value is (40,120,186). Sum of RGB (Red+Green+Blue) = 40+120+186=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #2878BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2878BA is #D78745. Grayscale: #676767. Windows color (decimal): -14124870 or 12220456. OLE color: 12220456.

HSL color Cylindrical-coordinate representation of color #2878BA: hue angle of 207.12º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2878BA is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB40120186-
CMYK0.780.3500.27
HSL207.12º64.6%44.31%-
HSV(B)207.12º78.49%72.94%-
XYZ16.4517.4348.95-
YUV103.6174.582.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.56%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 186 (73.05% from 255) = 53.76%
R=11.56%
G=34.68%
B=53.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal401201860.780.3500.27207.1264.644.31
Hex2878BA4E2301Bcf412c
Octal501702721164303331710154
Binary1010001111000101110101001110100011011011110011111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2878BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2878BA; }

 p { color: rgb(40,120,186); }

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

<style>
 a { background-color: #2878BA; }

 a { background-color: rgb(40,120,186); }

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

<style>
 span { border-color: #2878BA; }

 span { border-color: rgb(40,120,186); }

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