#3FB2BF

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

Shades of Viking #3FB2BF

Tints of Viking #3FB2BF

Color information

#3FB2BF (or 0x3FB2BF) is unknown color: approx Viking. HEX triplet: 3F, B2 and BF. RGB value is (63,178,191). Sum of RGB (Red+Green+Blue) = 63+178+191=432 (57% of max value = 765). Red value is 63 (25% from 255 or 14.58% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #3FB2BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FB2BF is #C04D40. Grayscale: #909090. Windows color (decimal): -12602689 or 12563007. OLE color: 12563007.

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

Color convert

RGB63178191-
CMYK0.670.0700.25
HSL186.09º50.39%49.8%-
HSV(B)186.09º67.02%74.9%-
XYZ27.3736.6654.92-
YUV145.1153.969.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.58%
GREEN value IS 178 (69.92% from 255) = 41.20%
BLUE value IS 191 (75% from 255) = 44.21%
R=14.58%
G=41.20%
B=44.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631781910.670.0700.25186.0950.3949.8
Hex3FB2BF437019ba3232
Octal7726227710370312726262
Binary1111111011001010111111100001111101100110111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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