#3BA0BE

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

Shades of Pelorous #3BA0BE

Tints of Pelorous #3BA0BE

Color information

#3BA0BE (or 0x3BA0BE) is unknown color: approx Pelorous. HEX triplet: 3B, A0 and BE. RGB value is (59,160,190). Sum of RGB (Red+Green+Blue) = 59+160+190=409 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.43% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #3BA0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA0BE is #C45F41. Grayscale: #858585. Windows color (decimal): -12869442 or 12492859. OLE color: 12492859.

HSL color Cylindrical-coordinate representation of color #3BA0BE: hue angle of 193.74º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BA0BE is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB59160190-
CMYK0.690.1600.25
HSL193.74º52.61%48.82%-
HSV(B)193.74º68.95%74.51%-
XYZ23.6729.7953.22-
YUV133.22160.0475.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.43%
GREEN value IS 160 (62.89% from 255) = 39.12%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=14.43%
G=39.12%
B=46.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591601900.690.1600.25193.7452.6148.82
Hex3BA0BE4510019c23531
Octal73240276105200313026561
Binary111011101000001011111010001011000001100111000010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,160,190); }

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

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

 a { background-color: rgb(59,160,190); }

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

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

 span { border-color: rgb(59,160,190); }

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