#3FAFBB

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

Shades of Viking #3FAFBB

Tints of Viking #3FAFBB

Color information

#3FAFBB (or 0x3FAFBB) is unknown color: approx Viking. HEX triplet: 3F, AF and BB. RGB value is (63,175,187). Sum of RGB (Red+Green+Blue) = 63+175+187=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #3FAFBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAFBB is #C05044. Grayscale: #8E8E8E. Windows color (decimal): -12603461 or 12300095. OLE color: 12300095.

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

Color convert

RGB63175187-
CMYK0.660.0600.27
HSL185.81º49.6%49.02%-
HSV(B)185.81º66.31%73.33%-
XYZ26.3535.352.44-
YUV142.88152.8971.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.82%
GREEN value IS 175 (68.75% from 255) = 41.18%
BLUE value IS 187 (73.44% from 255) = 44%
R=14.82%
G=41.18%
B=44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631751870.660.0600.27185.8149.649.02
Hex3FAFBB42601Bba3231
Octal7725727310260332726261
Binary1111111010111110111011100001011001101110111010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,175,187); }

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

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

 a { background-color: rgb(63,175,187); }

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

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

 span { border-color: rgb(63,175,187); }

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