#2882BA

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

Shades of Curious Blue #2882BA

Tints of Curious Blue #2882BA

Color information

#2882BA (or 0x2882BA) is unknown color: approx Curious Blue. HEX triplet: 28, 82 and BA. RGB value is (40,130,186). Sum of RGB (Red+Green+Blue) = 40+130+186=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #2882BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2882BA is #D77D45. Grayscale: #6D6D6D. Windows color (decimal): -14122310 or 12223016. OLE color: 12223016.

HSL color Cylindrical-coordinate representation of color #2882BA: hue angle of 203.01º 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 #2882BA is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB40130186-
CMYK0.780.3000.27
HSL203.01º64.6%44.31%-
HSV(B)203.01º78.49%72.94%-
XYZ17.7219.9649.37-
YUV109.47171.1878.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.24%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=11.24%
G=36.52%
B=52.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal401301860.780.3000.27203.0164.644.31
Hex2882BA4E1E01Bcb412c
Octal502022721163603331310154
Binary1010001000001010111010100111011110011011110010111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2882BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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