#3FB5BC

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

Shades of Viking #3FB5BC

Tints of Viking #3FB5BC

Color information

#3FB5BC (or 0x3FB5BC) is unknown color: approx Viking. HEX triplet: 3F, B5 and BC. RGB value is (63,181,188). Sum of RGB (Red+Green+Blue) = 63+181+188=432 (57% of max value = 765). Red value is 63 (25% from 255 or 14.58% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #3FB5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB5BC is #C04A43. Grayscale: #929292. Windows color (decimal): -12601924 or 12367167. OLE color: 12367167.

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

Color convert

RGB63181188-
CMYK0.660.0400.26
HSL183.36º49.8%49.22%-
HSV(B)183.36º66.49%73.73%-
XYZ27.6537.7453.4-
YUV146.52151.4168.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.58%
GREEN value IS 181 (71.09% from 255) = 41.90%
BLUE value IS 188 (73.83% from 255) = 43.52%
R=14.58%
G=41.90%
B=43.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal631811880.660.0400.26183.3649.849.22
Hex3FB5BC42401Ab73231
Octal7726527410240322676261
Binary1111111011010110111100100001010001101010110111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,181,188); }

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

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

 a { background-color: rgb(63,181,188); }

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

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

 span { border-color: rgb(63,181,188); }

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