#2879B4

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

Shades of Curious Blue #2879B4

Tints of Curious Blue #2879B4

Color information

#2879B4 (or 0x2879B4) is unknown color: approx Curious Blue. HEX triplet: 28, 79 and B4. RGB value is (40,121,180). Sum of RGB (Red+Green+Blue) = 40+121+180=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #2879B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2879B4 is #D7864B. Grayscale: #676767. Windows color (decimal): -14124620 or 11827496. OLE color: 11827496.

HSL color Cylindrical-coordinate representation of color #2879B4: hue angle of 205.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2879B4 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB40121180-
CMYK0.780.3300.29
HSL205.29º63.64%43.14%-
HSV(B)205.29º77.78%70.59%-
XYZ15.9517.4245.7-
YUV103.51171.1682.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.73%
GREEN value IS 121 (47.66% from 255) = 35.48%
BLUE value IS 180 (70.70% from 255) = 52.79%
R=11.73%
G=35.48%
B=52.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal401211800.780.3300.29205.2963.6443.14
Hex2879B44E2101Dcd402b
Octal501712641164103531510053
Binary1010001111001101101001001110100001011101110011011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2879B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2879B4; }

 p { color: rgb(40,121,180); }

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

<style>
 a { background-color: #2879B4; }

 a { background-color: rgb(40,121,180); }

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

<style>
 span { border-color: #2879B4; }

 span { border-color: rgb(40,121,180); }

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