#3fb4c0

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

Shades of Viking #3FB4C0

Tints of Viking #3FB4C0

Color information

#3FB4C0 (or 0x3FB4C0) is unknown color: approx Viking. HEX triplet: 3F, B4 and C0. RGB value is (63,180,192). Sum of RGB (Red+Green+Blue) = 63+180+192=435 (57% of max value = 765). Red value is 63 (25% from 255 or 14.48% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #3FB4C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB4C0 is #C04B3F. Grayscale: #929292. Windows color (decimal): -12602176 or 12629055. OLE color: 12629055.

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

Color convert

RGB63180192-
CMYK0.670.0600.25
HSL185.58º50.59%50%-
HSV(B)185.58º67.19%75.29%-
XYZ27.8937.5155.64-
YUV146.38153.7468.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.48%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 192 (75.39% from 255) = 44.14%
R=14.48%
G=41.38%
B=44.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631801920.670.0600.25185.5850.5950
Hex3FB4C0436019ba3332
Octal7726430010360312726362
Binary1111111011010011000000100001111001100110111010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fb4c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,180,192); }

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

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

 a { background-color: rgb(63,180,192); }

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

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

 span { border-color: rgb(63,180,192); }

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