#3BB3BC

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

Shades of Viking #3BB3BC

Tints of Viking #3BB3BC

Color information

#3BB3BC (or 0x3BB3BC) is unknown color: approx Viking. HEX triplet: 3B, B3 and BC. RGB value is (59,179,188). Sum of RGB (Red+Green+Blue) = 59+179+188=426 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.85% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #3BB3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB3BC is #C44C43. Grayscale: #8F8F8F. Windows color (decimal): -12864580 or 12366651. OLE color: 12366651.

HSL color Cylindrical-coordinate representation of color #3BB3BC: hue angle of 184.19º 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 #3BB3BC is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB59179188-
CMYK0.690.0500.26
HSL184.19º52.23%48.43%-
HSV(B)184.19º68.62%73.73%-
XYZ2736.853.26-
YUV144.15152.7467.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.85%
GREEN value IS 179 (70.31% from 255) = 42.02%
BLUE value IS 188 (73.83% from 255) = 44.13%
R=13.85%
G=42.02%
B=44.13%

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
Decimal591791880.690.0500.26184.1952.2348.43
Hex3BB3BC45501Ab83430
Octal7326327410550322706460
Binary1110111011001110111100100010110101101010111000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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