#3fafb2

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

Shades of Viking #3FAFB2

Tints of Viking #3FAFB2

Color information

#3FAFB2 (or 0x3FAFB2) is unknown color: approx Viking. HEX triplet: 3F, AF and B2. RGB value is (63,175,178). Sum of RGB (Red+Green+Blue) = 63+175+178=416 (55% of max value = 765). Red value is 63 (25% from 255 or 15.14% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 178 - color contains mainly: blue. Hex color #3FAFB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAFB2 is #C0504D. Grayscale: #8D8D8D. Windows color (decimal): -12603470 or 11710271. OLE color: 11710271.

HSL color Cylindrical-coordinate representation of color #3FAFB2: hue angle of 181.57º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FAFB2 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB63175178-
CMYK0.650.0200.30
HSL181.57º47.72%47.25%-
HSV(B)181.57º64.61%69.8%-
XYZ25.4234.9347.52-
YUV141.85148.3971.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.14%
GREEN value IS 175 (68.75% from 255) = 42.07%
BLUE value IS 178 (69.92% from 255) = 42.79%
R=15.14%
G=42.07%
B=42.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal631751780.650.0200.30181.5747.7247.25
Hex3FAFB241201Eb6302f
Octal7725726210120362666057
Binary111111101011111011001010000011001111010110110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fafb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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