#3fa5bf

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

Shades of Viking #3FA5BF

Tints of Viking #3FA5BF

Color information

#3FA5BF (or 0x3FA5BF) is unknown color: approx Viking. HEX triplet: 3F, A5 and BF. RGB value is (63,165,191). Sum of RGB (Red+Green+Blue) = 63+165+191=419 (55% of max value = 765). Red value is 63 (25% from 255 or 15.04% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #3FA5BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA5BF is #C05A40. Grayscale: #898989. Windows color (decimal): -12606017 or 12559679. OLE color: 12559679.

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

Color convert

RGB63165191-
CMYK0.670.1400.25
HSL192.19º50.39%49.8%-
HSV(B)192.19º67.02%74.9%-
XYZ24.9131.7354.1-
YUV137.47158.2174.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.04%
GREEN value IS 165 (64.84% from 255) = 39.38%
BLUE value IS 191 (75% from 255) = 45.58%
R=15.04%
G=39.38%
B=45.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631651910.670.1400.25192.1950.3949.8
Hex3FA5BF43E019c03232
Octal77245277103160313006262
Binary11111110100101101111111000011111001100111000000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fa5bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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