#3BB6BD

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

Shades of Viking #3BB6BD

Tints of Viking #3BB6BD

Color information

#3BB6BD (or 0x3BB6BD) is unknown color: approx Viking. HEX triplet: 3B, B6 and BD. RGB value is (59,182,189). Sum of RGB (Red+Green+Blue) = 59+182+189=430 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.72% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #3BB6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB6BD is #C44942. Grayscale: #919191. Windows color (decimal): -12863811 or 12432955. OLE color: 12432955.

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

Color convert

RGB59182189-
CMYK0.690.0400.26
HSL183.23º52.42%48.63%-
HSV(B)183.23º68.78%74.12%-
XYZ27.7238.0654.03-
YUV146.02152.2565.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.72%
GREEN value IS 182 (71.48% from 255) = 42.33%
BLUE value IS 189 (74.22% from 255) = 43.95%
R=13.72%
G=42.33%
B=43.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal591821890.690.0400.26183.2352.4248.63
Hex3BB6BD45401Ab73431
Octal7326627510540322676461
Binary1110111011011010111101100010110001101010110111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,182,189); }

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

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

 a { background-color: rgb(59,182,189); }

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

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

 span { border-color: rgb(59,182,189); }

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