#3FAABF

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

Shades of Viking #3FAABF

Tints of Viking #3FAABF

Color information

#3FAABF (or 0x3FAABF) is unknown color: approx Viking. HEX triplet: 3F, AA and BF. RGB value is (63,170,191). Sum of RGB (Red+Green+Blue) = 63+170+191=424 (56% of max value = 765). Red value is 63 (25% from 255 or 14.86% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #3FAABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAABF is #C05540. Grayscale: #8C8C8C. Windows color (decimal): -12604737 or 12560959. OLE color: 12560959.

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

Color convert

RGB63170191-
CMYK0.670.1100.25
HSL189.84º50.39%49.8%-
HSV(B)189.84º67.02%74.9%-
XYZ25.8333.5754.41-
YUV140.4156.5572.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.86%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 191 (75% from 255) = 45.05%
R=14.86%
G=40.09%
B=45.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631701910.670.1100.25189.8450.3949.8
Hex3FAABF43B019be3232
Octal77252277103130312766262
Binary11111110101010101111111000011101101100110111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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