#3BAAB4

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

Shades of Pelorous #3BAAB4

Tints of Pelorous #3BAAB4

Color information

#3BAAB4 (or 0x3BAAB4) is unknown color: approx Pelorous. HEX triplet: 3B, AA and B4. RGB value is (59,170,180). Sum of RGB (Red+Green+Blue) = 59+170+180=409 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.43% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #3BAAB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAAB4 is #C4554B. Grayscale: #898989. Windows color (decimal): -12866892 or 11840059. OLE color: 11840059.

HSL color Cylindrical-coordinate representation of color #3BAAB4: hue angle of 184.96º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BAAB4 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB59170180-
CMYK0.670.0600.29
HSL184.96º50.63%46.86%-
HSV(B)184.96º67.22%70.59%-
XYZ24.4232.9748.26-
YUV137.95151.7371.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.43%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 180 (70.70% from 255) = 44.01%
R=14.43%
G=41.56%
B=44.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal591701800.670.0600.29184.9650.6346.86
Hex3BAAB443601Db9332f
Octal7325226410360352716357
Binary1110111010101010110100100001111001110110111001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,170,180); }

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

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

 a { background-color: rgb(59,170,180); }

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

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

 span { border-color: rgb(59,170,180); }

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