#3FB9BF

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

Shades of Viking #3FB9BF

Tints of Viking #3FB9BF

Color information

#3FB9BF (or 0x3FB9BF) is unknown color: approx Viking. HEX triplet: 3F, B9 and BF. RGB value is (63,185,191). Sum of RGB (Red+Green+Blue) = 63+185+191=439 (58% of max value = 765). Red value is 63 (25% from 255 or 14.35% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #3FB9BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB9BF is #C04640. Grayscale: #959595. Windows color (decimal): -12600897 or 12564799. OLE color: 12564799.

HSL color Cylindrical-coordinate representation of color #3FB9BF: hue angle of 182.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FB9BF is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63185191-
CMYK0.670.0300.25
HSL182.81º50.39%49.8%-
HSV(B)182.81º67.02%74.9%-
XYZ28.839.5255.4-
YUV149.21151.5866.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.35%
GREEN value IS 185 (72.66% from 255) = 42.14%
BLUE value IS 191 (75% from 255) = 43.51%
R=14.35%
G=42.14%
B=43.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631851910.670.0300.25182.8150.3949.8
Hex3FB9BF433019b73232
Octal7727127710330312676262
Binary111111101110011011111110000111101100110110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,185,191); }

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

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

 a { background-color: rgb(63,185,191); }

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

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

 span { border-color: rgb(63,185,191); }

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