#2882B2

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

Shades of Curious Blue #2882B2

Tints of Curious Blue #2882B2

Color information

#2882B2 (or 0x2882B2) is unknown color: approx Curious Blue. HEX triplet: 28, 82 and B2. RGB value is (40,130,178). Sum of RGB (Red+Green+Blue) = 40+130+178=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 178 (69.92% from 255 or 51.15% from 348); Max value from RGB is 178 - color contains mainly: blue. Hex color #2882B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2882B2 is #D77D4D. Grayscale: #6C6C6C. Windows color (decimal): -14122318 or 11698728. OLE color: 11698728.

HSL color Cylindrical-coordinate representation of color #2882B2: hue angle of 200.87º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2882B2 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB40130178-
CMYK0.780.2700.30
HSL200.87º63.3%42.75%-
HSV(B)200.87º77.53%69.8%-
XYZ16.8919.6345.02-
YUV108.56167.1879.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.49%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 178 (69.92% from 255) = 51.15%
R=11.49%
G=37.36%
B=51.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal401301780.780.2700.30200.8763.342.75
Hex2882B24E1B01Ec93f2b
Octal50202262116330363117753
Binary101000100000101011001010011101101101111011001001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2882B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2882B2; }

 p { color: rgb(40,130,178); }

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

<style>
 a { background-color: #2882B2; }

 a { background-color: rgb(40,130,178); }

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

<style>
 span { border-color: #2882B2; }

 span { border-color: rgb(40,130,178); }

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