#2880AD

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

Shades of Curious Blue #2880AD

Tints of Curious Blue #2880AD

Color information

#2880AD (or 0x2880AD) is unknown color: approx Curious Blue. HEX triplet: 28, 80 and AD. RGB value is (40,128,173). Sum of RGB (Red+Green+Blue) = 40+128+173=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #2880AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2880AD is #D77F52. Grayscale: #6A6A6A. Windows color (decimal): -14122835 or 11370536. OLE color: 11370536.

HSL color Cylindrical-coordinate representation of color #2880AD: hue angle of 200.3º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2880AD is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB40128173-
CMYK0.770.2600.32
HSL200.3º62.44%41.76%-
HSV(B)200.3º76.88%67.84%-
XYZ16.1418.9142.33-
YUV106.82165.3580.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.73%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=11.73%
G=37.54%
B=50.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401281730.770.2600.32200.362.4441.76
Hex2880AD4D1A020c83e2a
Octal50200255115320403107652
Binary1010001000000010101101100110111010010000011001000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2880AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2880AD; }

 p { color: rgb(40,128,173); }

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

<style>
 a { background-color: #2880AD; }

 a { background-color: rgb(40,128,173); }

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

<style>
 span { border-color: #2880AD; }

 span { border-color: rgb(40,128,173); }

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