#3FB6BD

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

Shades of Viking #3FB6BD

Tints of Viking #3FB6BD

Color information

#3FB6BD (or 0x3FB6BD) is unknown color: approx Viking. HEX triplet: 3F, B6 and BD. RGB value is (63,182,189). Sum of RGB (Red+Green+Blue) = 63+182+189=434 (57% of max value = 765). Red value is 63 (25% from 255 or 14.52% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #3FB6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB6BD is #C04942. Grayscale: #939393. Windows color (decimal): -12601667 or 12432959. OLE color: 12432959.

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

Color convert

RGB63182189-
CMYK0.670.0400.26
HSL183.33º50%49.41%-
HSV(B)183.33º66.67%74.12%-
XYZ27.9638.1954.04-
YUV147.22151.5867.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.52%
GREEN value IS 182 (71.48% from 255) = 41.94%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=14.52%
G=41.94%
B=43.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal631821890.670.0400.26183.335049.41
Hex3FB6BD43401Ab73231
Octal7726627510340322676261
Binary1111111011011010111101100001110001101010110111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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