#2878C1

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

Shades of Curious Blue #2878C1

Tints of Curious Blue #2878C1

Color information

#2878C1 (or 0x2878C1) is unknown color: approx Curious Blue. HEX triplet: 28, 78 and C1. RGB value is (40,120,193). Sum of RGB (Red+Green+Blue) = 40+120+193=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #2878C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2878C1 is #D7873E. Grayscale: #686868. Windows color (decimal): -14124863 or 12679208. OLE color: 12679208.

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

Color convert

RGB40120193-
CMYK0.790.3800.24
HSL208.63º65.67%45.69%-
HSV(B)208.63º79.27%75.69%-
XYZ17.2217.7352.97-
YUV104.417882.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.33%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 193 (75.78% from 255) = 54.67%
R=11.33%
G=33.99%
B=54.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal401201930.790.3800.24208.6365.6745.69
Hex2878C14F26018d1422e
Octal501703011174603032110256
Binary1010001111000110000011001111100110011000110100011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2878C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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