#3fb0c5

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

Shades of Viking #3FB0C5

Tints of Viking #3FB0C5

Color information

#3FB0C5 (or 0x3FB0C5) is unknown color: approx Viking. HEX triplet: 3F, B0 and C5. RGB value is (63,176,197). Sum of RGB (Red+Green+Blue) = 63+176+197=436 (57% of max value = 765). Red value is 63 (25% from 255 or 14.45% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 197 - color contains mainly: blue. Hex color #3FB0C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FB0C5 is #C04F3A. Grayscale: #909090. Windows color (decimal): -12603195 or 12955711. OLE color: 12955711.

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

Color convert

RGB63176197-
CMYK0.680.1100.23
HSL189.4º53.6%50.98%-
HSV(B)189.4º68.02%77.25%-
XYZ27.6536.1458.34-
YUV144.61157.5669.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.45%
GREEN value IS 176 (69.14% from 255) = 40.37%
BLUE value IS 197 (77.34% from 255) = 45.18%
R=14.45%
G=40.37%
B=45.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal631761970.680.1100.23189.453.650.98
Hex3FB0C544B017bd3633
Octal77260305104130272756663
Binary11111110110000110001011000100101101011110111101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fb0c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,176,197); }

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

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

 a { background-color: rgb(63,176,197); }

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

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

 span { border-color: rgb(63,176,197); }

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