#3BB7B8

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

Shades of Viking #3BB7B8

Tints of Viking #3BB7B8

Color information

#3BB7B8 (or 0x3BB7B8) is unknown color: approx Viking. HEX triplet: 3B, B7 and B8. RGB value is (59,183,184). Sum of RGB (Red+Green+Blue) = 59+183+184=426 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.85% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 184 - color contains mainly: blue. Hex color #3BB7B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB7B8 is #C44847. Grayscale: #919191. Windows color (decimal): -12863560 or 12105531. OLE color: 12105531.

HSL color Cylindrical-coordinate representation of color #3BB7B8: hue angle of 180.48º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BB7B8 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB59183184-
CMYK0.680.0100.28
HSL180.48º51.44%47.65%-
HSV(B)180.48º67.93%72.16%-
XYZ27.3938.2651.29-
YUV146.04149.4265.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.85%
GREEN value IS 183 (71.88% from 255) = 42.96%
BLUE value IS 184 (72.27% from 255) = 43.19%
R=13.85%
G=42.96%
B=43.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal591831840.680.0100.28180.4851.4447.65
Hex3BB7B844101Cb43330
Octal7326727010410342646360
Binary11101110110111101110001000100101110010110100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,183,184); }

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

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

 a { background-color: rgb(59,183,184); }

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

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

 span { border-color: rgb(59,183,184); }

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