#3aaab3

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

Shades of Pelorous #3AAAB3

Tints of Pelorous #3AAAB3

Color information

#3AAAB3 (or 0x3AAAB3) is unknown color: approx Pelorous. HEX triplet: 3A, AA and B3. RGB value is (58,170,179). Sum of RGB (Red+Green+Blue) = 58+170+179=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 179 - color contains mainly: blue. Hex color #3AAAB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAAB3 is #C5554C. Grayscale: #898989. Windows color (decimal): -12932429 or 11774522. OLE color: 11774522.

HSL color Cylindrical-coordinate representation of color #3AAAB3: hue angle of 184.46º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AAAB3 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB58170179-
CMYK0.680.0500.30
HSL184.46º51.05%46.47%-
HSV(B)184.46º67.6%70.2%-
XYZ24.2632.947.72-
YUV137.54151.3971.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.25%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 179 (70.31% from 255) = 43.98%
R=14.25%
G=41.77%
B=43.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal581701790.680.0500.30184.4651.0546.47
Hex3AAAB344501Eb8332e
Octal7225226310450362706356
Binary1110101010101010110011100010010101111010111000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3aaab3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3aaab3; }

 p { color: rgb(58,170,179); }

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

<style>
 a { background-color: #3aaab3; }

 a { background-color: rgb(58,170,179); }

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

<style>
 span { border-color: #3aaab3; }

 span { border-color: rgb(58,170,179); }

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