#3BA1BB

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

Shades of Pelorous #3BA1BB

Tints of Pelorous #3BA1BB

Color information

#3BA1BB (or 0x3BA1BB) is unknown color: approx Pelorous. HEX triplet: 3B, A1 and BB. RGB value is (59,161,187). Sum of RGB (Red+Green+Blue) = 59+161+187=407 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.50% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #3BA1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA1BB is #C45E44. Grayscale: #858585. Windows color (decimal): -12869189 or 12296507. OLE color: 12296507.

HSL color Cylindrical-coordinate representation of color #3BA1BB: hue angle of 192.19º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BA1BB is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB59161187-
CMYK0.680.1400.27
HSL192.19º52.03%48.24%-
HSV(B)192.19º68.45%73.33%-
XYZ23.5230.0151.57-
YUV133.47158.2174.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.50%
GREEN value IS 161 (63.28% from 255) = 39.56%
BLUE value IS 187 (73.44% from 255) = 45.95%
R=14.50%
G=39.56%
B=45.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal591611870.680.1400.27192.1952.0348.24
Hex3BA1BB44E01Bc03430
Octal73241273104160333006460
Binary11101110100001101110111000100111001101111000000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,161,187); }

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

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

 a { background-color: rgb(59,161,187); }

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

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

 span { border-color: rgb(59,161,187); }

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