#3FB2BC

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

Shades of Viking #3FB2BC

Tints of Viking #3FB2BC

Color information

#3FB2BC (or 0x3FB2BC) is unknown color: approx Viking. HEX triplet: 3F, B2 and BC. RGB value is (63,178,188). Sum of RGB (Red+Green+Blue) = 63+178+188=429 (56% of max value = 765). Red value is 63 (25% from 255 or 14.69% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #3FB2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FB2BC is #C04D43. Grayscale: #909090. Windows color (decimal): -12602692 or 12366399. OLE color: 12366399.

HSL color Cylindrical-coordinate representation of color #3FB2BC: hue angle of 184.8º 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 #3FB2BC is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB63178188-
CMYK0.660.0500.26
HSL184.8º49.8%49.22%-
HSV(B)184.8º66.49%73.73%-
XYZ27.0536.5353.2-
YUV144.76152.469.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.69%
GREEN value IS 178 (69.92% from 255) = 41.49%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=14.69%
G=41.49%
B=43.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal631781880.660.0500.26184.849.849.22
Hex3FB2BC42501Ab93231
Octal7726227410250322716261
Binary1111111011001010111100100001010101101010111001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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