#3BB2BC

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

Shades of Viking #3BB2BC

Tints of Viking #3BB2BC

Color information

#3BB2BC (or 0x3BB2BC) is unknown color: approx Viking. HEX triplet: 3B, B2 and BC. RGB value is (59,178,188). Sum of RGB (Red+Green+Blue) = 59+178+188=425 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.88% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #3BB2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BB2BC is #C44D43. Grayscale: #8F8F8F. Windows color (decimal): -12864836 or 12366395. OLE color: 12366395.

HSL color Cylindrical-coordinate representation of color #3BB2BC: hue angle of 184.65º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BB2BC is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB59178188-
CMYK0.690.0500.26
HSL184.65º52.23%48.43%-
HSV(B)184.65º68.62%73.73%-
XYZ26.836.453.19-
YUV143.56153.0867.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.88%
GREEN value IS 178 (69.92% from 255) = 41.88%
BLUE value IS 188 (73.83% from 255) = 44.24%
R=13.88%
G=41.88%
B=44.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal591781880.690.0500.26184.6552.2348.43
Hex3BB2BC45501Ab93430
Octal7326227410550322716460
Binary1110111011001010111100100010110101101010111001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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