#3FB2BE

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

Shades of Viking #3FB2BE

Tints of Viking #3FB2BE

Color information

#3FB2BE (or 0x3FB2BE) is unknown color: approx Viking. HEX triplet: 3F, B2 and BE. RGB value is (63,178,190). Sum of RGB (Red+Green+Blue) = 63+178+190=431 (57% of max value = 765). Red value is 63 (25% from 255 or 14.62% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #3FB2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FB2BE is #C04D41. Grayscale: #909090. Windows color (decimal): -12602690 or 12497471. OLE color: 12497471.

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

Color convert

RGB63178190-
CMYK0.670.0600.25
HSL185.67º50.2%49.61%-
HSV(B)185.67º66.84%74.51%-
XYZ27.2636.6254.35-
YUV144.98153.469.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.62%
GREEN value IS 178 (69.92% from 255) = 41.30%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=14.62%
G=41.30%
B=44.08%

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
Decimal631781900.670.0600.25185.6750.249.61
Hex3FB2BE436019ba3232
Octal7726227610360312726262
Binary1111111011001010111110100001111001100110111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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