#2A80B5

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

Shades of Curious Blue #2A80B5

Tints of Curious Blue #2A80B5

Color information

#2A80B5 (or 0x2A80B5) is unknown color: approx Curious Blue. HEX triplet: 2A, 80 and B5. RGB value is (42,128,181). Sum of RGB (Red+Green+Blue) = 42+128+181=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 181 (71.09% from 255 or 51.57% from 351); Max value from RGB is 181 - color contains mainly: blue. Hex color #2A80B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A80B5 is #D57F4A. Grayscale: #6C6C6C. Windows color (decimal): -13991755 or 11894826. OLE color: 11894826.

HSL color Cylindrical-coordinate representation of color #2A80B5: hue angle of 202.88º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A80B5 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB42128181-
CMYK0.770.2900.29
HSL202.88º62.33%43.73%-
HSV(B)202.88º76.8%70.98%-
XYZ17.0119.2746.54-
YUV108.33169.0180.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.97%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 181 (71.09% from 255) = 51.57%
R=11.97%
G=36.47%
B=51.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421281810.770.2900.29202.8862.3343.73
Hex2A80B54D1D01Dcb3e2c
Octal52200265115350353137654
Binary101010100000001011010110011011110101110111001011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A80B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A80B5; }

 p { color: rgb(42,128,181); }

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

<style>
 a { background-color: #2A80B5; }

 a { background-color: rgb(42,128,181); }

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

<style>
 span { border-color: #2A80B5; }

 span { border-color: rgb(42,128,181); }

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