#3FB9C6

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

Shades of Viking #3FB9C6

Tints of Viking #3FB9C6

Color information

#3FB9C6 (or 0x3FB9C6) is unknown color: approx Viking. HEX triplet: 3F, B9 and C6. RGB value is (63,185,198). Sum of RGB (Red+Green+Blue) = 63+185+198=446 (59% of max value = 765). Red value is 63 (25% from 255 or 14.13% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #3FB9C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB9C6 is #C04639. Grayscale: #959595. Windows color (decimal): -12600890 or 13023551. OLE color: 13023551.

HSL color Cylindrical-coordinate representation of color #3FB9C6: hue angle of 185.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FB9C6 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB63185198-
CMYK0.680.0700.22
HSL185.78º54.22%51.18%-
HSV(B)185.78º68.18%77.65%-
XYZ29.5939.8359.55-
YUV150155.0865.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.13%
GREEN value IS 185 (72.66% from 255) = 41.48%
BLUE value IS 198 (77.73% from 255) = 44.39%
R=14.13%
G=41.48%
B=44.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal631851980.680.0700.22185.7854.2251.18
Hex3FB9C6447016ba3633
Octal7727130610470262726663
Binary1111111011100111000110100010011101011010111010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,185,198); }

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

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

 a { background-color: rgb(63,185,198); }

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

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

 span { border-color: rgb(63,185,198); }

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