#2A8AB5

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

Shades of Pelorous #2A8AB5

Tints of Pelorous #2A8AB5

Color information

#2A8AB5 (or 0x2A8AB5) is unknown color: approx Pelorous. HEX triplet: 2A, 8A and B5. RGB value is (42,138,181). Sum of RGB (Red+Green+Blue) = 42+138+181=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 181 (71.09% from 255 or 50.14% from 361); Max value from RGB is 181 - color contains mainly: blue. Hex color #2A8AB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8AB5 is #D5754A. Grayscale: #717171. Windows color (decimal): -13989195 or 11897386. OLE color: 11897386.

HSL color Cylindrical-coordinate representation of color #2A8AB5: hue angle of 198.56º 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 #2A8AB5 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB42138181-
CMYK0.770.2400.29
HSL198.56º62.33%43.73%-
HSV(B)198.56º76.8%70.98%-
XYZ18.3822.0146.99-
YUV114.2165.776.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.63%
GREEN value IS 138 (54.30% from 255) = 38.23%
BLUE value IS 181 (71.09% from 255) = 50.14%
R=11.63%
G=38.23%
B=50.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421381810.770.2400.29198.5662.3343.73
Hex2A8AB54D1801Dc73e2c
Octal52212265115300353077654
Binary101010100010101011010110011011100001110111000111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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