#3FA8BF

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

Shades of Viking #3FA8BF

Tints of Viking #3FA8BF

Color information

#3FA8BF (or 0x3FA8BF) is unknown color: approx Viking. HEX triplet: 3F, A8 and BF. RGB value is (63,168,191). Sum of RGB (Red+Green+Blue) = 63+168+191=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #3FA8BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA8BF is #C05740. Grayscale: #8B8B8B. Windows color (decimal): -12605249 or 12560447. OLE color: 12560447.

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

Color convert

RGB63168191-
CMYK0.670.1200.25
HSL190.78º50.39%49.8%-
HSV(B)190.78º67.02%74.9%-
XYZ25.4632.8254.28-
YUV139.23157.2173.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.93%
GREEN value IS 168 (66.02% from 255) = 39.81%
BLUE value IS 191 (75% from 255) = 45.26%
R=14.93%
G=39.81%
B=45.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631681910.670.1200.25190.7850.3949.8
Hex3FA8BF43C019bf3232
Octal77250277103140312776262
Binary11111110101000101111111000011110001100110111111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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