#3FA3BC

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

Shades of Viking #3FA3BC

Tints of Viking #3FA3BC

Color information

#3FA3BC (or 0x3FA3BC) is unknown color: approx Viking. HEX triplet: 3F, A3 and BC. RGB value is (63,163,188). Sum of RGB (Red+Green+Blue) = 63+163+188=414 (54% of max value = 765). Red value is 63 (25% from 255 or 15.22% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #3FA3BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA3BC is #C05C43. Grayscale: #878787. Windows color (decimal): -12606532 or 12362559. OLE color: 12362559.

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

Color convert

RGB63163188-
CMYK0.660.1300.26
HSL192º49.8%49.22%-
HSV(B)192º66.49%73.73%-
XYZ24.2230.8852.26-
YUV135.95157.3775.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.22%
GREEN value IS 163 (64.06% from 255) = 39.37%
BLUE value IS 188 (73.83% from 255) = 45.41%
R=15.22%
G=39.37%
B=45.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal631631880.660.1300.2619249.849.22
Hex3FA3BC42D01Ac03231
Octal77243274102150323006261
Binary11111110100011101111001000010110101101011000000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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