#3FA0BE

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

Shades of Viking #3FA0BE

Tints of Viking #3FA0BE

Color information

#3FA0BE (or 0x3FA0BE) is unknown color: approx Viking. HEX triplet: 3F, A0 and BE. RGB value is (63,160,190). Sum of RGB (Red+Green+Blue) = 63+160+190=413 (54% of max value = 765). Red value is 63 (25% from 255 or 15.25% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #3FA0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA0BE is #C05F41. Grayscale: #868686. Windows color (decimal): -12607298 or 12492863. OLE color: 12492863.

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

Color convert

RGB63160190-
CMYK0.670.1600.25
HSL194.17º50.2%49.61%-
HSV(B)194.17º66.84%74.51%-
XYZ23.9129.9253.23-
YUV134.42159.3677.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.25%
GREEN value IS 160 (62.89% from 255) = 38.74%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=15.25%
G=38.74%
B=46.00%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631601900.670.1600.25194.1750.249.61
Hex3FA0BE4310019c23232
Octal77240276103200313026262
Binary111111101000001011111010000111000001100111000010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,160,190); }

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

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

 a { background-color: rgb(63,160,190); }

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

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

 span { border-color: rgb(63,160,190); }

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