#3FA6BF

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

Shades of Viking #3FA6BF

Tints of Viking #3FA6BF

Color information

#3FA6BF (or 0x3FA6BF) is unknown color: approx Viking. HEX triplet: 3F, A6 and BF. RGB value is (63,166,191). Sum of RGB (Red+Green+Blue) = 63+166+191=420 (55% of max value = 765). Red value is 63 (25% from 255 or 15% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #3FA6BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA6BF is #C05940. Grayscale: #898989. Windows color (decimal): -12605761 or 12559935. OLE color: 12559935.

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

Color convert

RGB63166191-
CMYK0.670.1300.25
HSL191.72º50.39%49.8%-
HSV(B)191.72º67.02%74.9%-
XYZ25.0932.0954.16-
YUV138.05157.8874.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 191 (75% from 255) = 45.48%
R=15%
G=39.52%
B=45.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631661910.670.1300.25191.7250.3949.8
Hex3FA6BF43D019c03232
Octal77246277103150313006262
Binary11111110100110101111111000011110101100111000000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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