#3fa5bc

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

Shades of Viking #3FA5BC

Tints of Viking #3FA5BC

Color information

#3FA5BC (or 0x3FA5BC) is unknown color: approx Viking. HEX triplet: 3F, A5 and BC. RGB value is (63,165,188). Sum of RGB (Red+Green+Blue) = 63+165+188=416 (55% of max value = 765). Red value is 63 (25% from 255 or 15.14% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #3FA5BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA5BC is #C05A43. Grayscale: #888888. Windows color (decimal): -12606020 or 12363071. OLE color: 12363071.

HSL color Cylindrical-coordinate representation of color #3FA5BC: hue angle of 191.04º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FA5BC is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB63165188-
CMYK0.660.1200.26
HSL191.04º49.8%49.22%-
HSV(B)191.04º66.49%73.73%-
XYZ24.5831.652.38-
YUV137.12156.7175.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.14%
GREEN value IS 165 (64.84% from 255) = 39.66%
BLUE value IS 188 (73.83% from 255) = 45.19%
R=15.14%
G=39.66%
B=45.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal631651880.660.1200.26191.0449.849.22
Hex3FA5BC42C01Abf3231
Octal77245274102140322776261
Binary11111110100101101111001000010110001101010111111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fa5bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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