#3FB4BF

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

Shades of Viking #3FB4BF

Tints of Viking #3FB4BF

Color information

#3FB4BF (or 0x3FB4BF) is unknown color: approx Viking. HEX triplet: 3F, B4 and BF. RGB value is (63,180,191). Sum of RGB (Red+Green+Blue) = 63+180+191=434 (57% of max value = 765). Red value is 63 (25% from 255 or 14.52% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #3FB4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB4BF is #C04B40. Grayscale: #929292. Windows color (decimal): -12602177 or 12563519. OLE color: 12563519.

HSL color Cylindrical-coordinate representation of color #3FB4BF: hue angle of 185.16º 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 #3FB4BF is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63180191-
CMYK0.670.0600.25
HSL185.16º50.39%49.8%-
HSV(B)185.16º67.02%74.9%-
XYZ27.7837.4655.06-
YUV146.27153.2468.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.52%
GREEN value IS 180 (70.70% from 255) = 41.47%
BLUE value IS 191 (75% from 255) = 44.01%
R=14.52%
G=41.47%
B=44.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631801910.670.0600.25185.1650.3949.8
Hex3FB4BF436019b93232
Octal7726427710360312716262
Binary1111111011010010111111100001111001100110111001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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