#3FACB4

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

Shades of Viking #3FACB4

Tints of Viking #3FACB4

Color information

#3FACB4 (or 0x3FACB4) is unknown color: approx Viking. HEX triplet: 3F, AC and B4. RGB value is (63,172,180). Sum of RGB (Red+Green+Blue) = 63+172+180=415 (54% of max value = 765). Red value is 63 (25% from 255 or 15.18% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 180 - color contains mainly: blue. Hex color #3FACB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FACB4 is #C0534B. Grayscale: #8C8C8C. Windows color (decimal): -12604236 or 11840575. OLE color: 11840575.

HSL color Cylindrical-coordinate representation of color #3FACB4: hue angle of 184.1º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FACB4 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB63172180-
CMYK0.650.0400.29
HSL184.1º48.15%47.65%-
HSV(B)184.1º65%70.59%-
XYZ25.0433.8648.4-
YUV140.32150.3972.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.18%
GREEN value IS 172 (67.58% from 255) = 41.45%
BLUE value IS 180 (70.70% from 255) = 43.37%
R=15.18%
G=41.45%
B=43.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal631721800.650.0400.29184.148.1547.65
Hex3FACB441401Db83030
Octal7725426410140352706060
Binary1111111010110010110100100000110001110110111000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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