#3BA2B1

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

Shades of Pelorous #3BA2B1

Tints of Pelorous #3BA2B1

Color information

#3BA2B1 (or 0x3BA2B1) is unknown color: approx Pelorous. HEX triplet: 3B, A2 and B1. RGB value is (59,162,177). Sum of RGB (Red+Green+Blue) = 59+162+177=398 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.82% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #3BA2B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA2B1 is #C45D4E. Grayscale: #848484. Windows color (decimal): -12868943 or 11641403. OLE color: 11641403.

HSL color Cylindrical-coordinate representation of color #3BA2B1: hue angle of 187.63º 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 #3BA2B1 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB59162177-
CMYK0.670.0800.31
HSL187.63º50%46.27%-
HSV(B)187.63º66.67%69.41%-
XYZ22.6629.9446.18-
YUV132.91152.8875.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.82%
GREEN value IS 162 (63.67% from 255) = 40.70%
BLUE value IS 177 (69.53% from 255) = 44.47%
R=14.82%
G=40.70%
B=44.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591621770.670.0800.31187.635046.27
Hex3BA2B143801Fbc322e
Octal73242261103100372746256
Binary11101110100010101100011000011100001111110111100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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