#2A97AA

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

Shades of Pelorous #2A97AA

Tints of Pelorous #2A97AA

Color information

#2A97AA (or 0x2A97AA) is unknown color: approx Pelorous. HEX triplet: 2A, 97 and AA. RGB value is (42,151,170). Sum of RGB (Red+Green+Blue) = 42+151+170=363 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.57% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A97AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A97AA is #D56855. Grayscale: #787878. Windows color (decimal): -13985878 or 11179818. OLE color: 11179818.

HSL color Cylindrical-coordinate representation of color #2A97AA: hue angle of 188.91º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A97AA is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB42151170-
CMYK0.750.1100.33
HSL188.91º60.38%41.57%-
HSV(B)188.91º75.29%66.67%-
XYZ19.2825.5341.94-
YUV120.57155.8971.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.57%
GREEN value IS 151 (59.38% from 255) = 41.60%
BLUE value IS 170 (66.80% from 255) = 46.83%
R=11.57%
G=41.60%
B=46.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421511700.750.1100.33188.9160.3841.57
Hex2A97AA4BB021bd3c2a
Octal52227252113130412757452
Binary101010100101111010101010010111011010000110111101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A97AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,151,170); }

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

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

 a { background-color: rgb(42,151,170); }

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

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

 span { border-color: rgb(42,151,170); }

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