#3BA6B1

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

Shades of Pelorous #3BA6B1

Tints of Pelorous #3BA6B1

Color information

#3BA6B1 (or 0x3BA6B1) is unknown color: approx Pelorous. HEX triplet: 3B, A6 and B1. RGB value is (59,166,177). Sum of RGB (Red+Green+Blue) = 59+166+177=402 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.68% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 177 - color contains mainly: blue. Hex color #3BA6B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA6B1 is #C4594E. Grayscale: #878787. Windows color (decimal): -12867919 or 11642427. OLE color: 11642427.

HSL color Cylindrical-coordinate representation of color #3BA6B1: hue angle of 185.59º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BA6B1 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB59166177-
CMYK0.670.0600.31
HSL185.59º50%46.27%-
HSV(B)185.59º66.67%69.41%-
XYZ23.3831.3846.42-
YUV135.26151.5573.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.68%
GREEN value IS 166 (65.23% from 255) = 41.29%
BLUE value IS 177 (69.53% from 255) = 44.03%
R=14.68%
G=41.29%
B=44.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591661770.670.0600.31185.595046.27
Hex3BA6B143601Fba322e
Octal7324626110360372726256
Binary1110111010011010110001100001111001111110111010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,166,177); }

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

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

 a { background-color: rgb(59,166,177); }

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

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

 span { border-color: rgb(59,166,177); }

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