#3BABB2

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

Shades of Pelorous #3BABB2

Tints of Pelorous #3BABB2

Color information

#3BABB2 (or 0x3BABB2) is unknown color: approx Pelorous. HEX triplet: 3B, AB and B2. RGB value is (59,171,178). Sum of RGB (Red+Green+Blue) = 59+171+178=408 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.46% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 178 (69.92% from 255 or 43.63% from 408); Max value from RGB is 178 - color contains mainly: blue. Hex color #3BABB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BABB2 is #C4544D. Grayscale: #8A8A8A. Windows color (decimal): -12866638 or 11709243. OLE color: 11709243.

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

Color convert

RGB59171178-
CMYK0.670.0400.30
HSL183.53º50.21%46.47%-
HSV(B)183.53º66.85%69.8%-
XYZ24.433.2747.26-
YUV138.31150.3971.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.46%
GREEN value IS 171 (67.19% from 255) = 41.91%
BLUE value IS 178 (69.92% from 255) = 43.63%
R=14.46%
G=41.91%
B=43.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal591711780.670.0400.30183.5350.2146.47
Hex3BABB243401Eb8322e
Octal7325326210340362706256
Binary1110111010101110110010100001110001111010111000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,171,178); }

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

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

 a { background-color: rgb(59,171,178); }

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

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

 span { border-color: rgb(59,171,178); }

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