#3BA8B4

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

Shades of Pelorous #3BA8B4

Tints of Pelorous #3BA8B4

Color information

#3BA8B4 (or 0x3BA8B4) is unknown color: approx Pelorous. HEX triplet: 3B, A8 and B4. RGB value is (59,168,180). Sum of RGB (Red+Green+Blue) = 59+168+180=407 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.50% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 180 - color contains mainly: blue. Hex color #3BA8B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA8B4 is #C4574B. Grayscale: #888888. Windows color (decimal): -12867404 or 11839547. OLE color: 11839547.

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

Color convert

RGB59168180-
CMYK0.670.0700.29
HSL185.95º50.63%46.86%-
HSV(B)185.95º67.22%70.59%-
XYZ24.0432.2348.13-
YUV136.78152.3972.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.50%
GREEN value IS 168 (66.02% from 255) = 41.28%
BLUE value IS 180 (70.70% from 255) = 44.23%
R=14.50%
G=41.28%
B=44.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal591681800.670.0700.29185.9550.6346.86
Hex3BA8B443701Dba332f
Octal7325026410370352726357
Binary1110111010100010110100100001111101110110111010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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