#3FABC1

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

Shades of Viking #3FABC1

Tints of Viking #3FABC1

Color information

#3FABC1 (or 0x3FABC1) is unknown color: approx Viking. HEX triplet: 3F, AB and C1. RGB value is (63,171,193). Sum of RGB (Red+Green+Blue) = 63+171+193=427 (56% of max value = 765). Red value is 63 (25% from 255 or 14.75% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #3FABC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FABC1 is #C0543E. Grayscale: #8D8D8D. Windows color (decimal): -12604479 or 12692287. OLE color: 12692287.

HSL color Cylindrical-coordinate representation of color #3FABC1: hue angle of 190.15º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FABC1 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB63171193-
CMYK0.670.1100.24
HSL190.15º51.18%50.2%-
HSV(B)190.15º67.36%75.69%-
XYZ26.2434.0355.64-
YUV141.22157.2272.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.75%
GREEN value IS 171 (67.19% from 255) = 40.05%
BLUE value IS 193 (75.78% from 255) = 45.20%
R=14.75%
G=40.05%
B=45.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal631711930.670.1100.24190.1551.1850.2
Hex3FABC143B018be3332
Octal77253301103130302766362
Binary11111110101011110000011000011101101100010111110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,171,193); }

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

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

 a { background-color: rgb(63,171,193); }

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

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

 span { border-color: rgb(63,171,193); }

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