#3FA8BD

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

Shades of Viking #3FA8BD

Tints of Viking #3FA8BD

Color information

#3FA8BD (or 0x3FA8BD) is unknown color: approx Viking. HEX triplet: 3F, A8 and BD. RGB value is (63,168,189). Sum of RGB (Red+Green+Blue) = 63+168+189=420 (55% of max value = 765). Red value is 63 (25% from 255 or 15% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #3FA8BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA8BD is #C05742. Grayscale: #8A8A8A. Windows color (decimal): -12605251 or 12429375. OLE color: 12429375.

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

Color convert

RGB63168189-
CMYK0.670.1100.26
HSL190º50%49.41%-
HSV(B)190º66.67%74.12%-
XYZ25.2432.7453.13-
YUV139156.2173.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15%
GREEN value IS 168 (66.02% from 255) = 40%
BLUE value IS 189 (74.22% from 255) = 45%
R=15%
G=40%
B=45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal631681890.670.1100.261905049.41
Hex3FA8BD43B01Abe3231
Octal77250275103130322766261
Binary11111110101000101111011000011101101101010111110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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