#3FA2BE

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

Shades of Viking #3FA2BE

Tints of Viking #3FA2BE

Color information

#3FA2BE (or 0x3FA2BE) is unknown color: approx Viking. HEX triplet: 3F, A2 and BE. RGB value is (63,162,190). Sum of RGB (Red+Green+Blue) = 63+162+190=415 (54% of max value = 765). Red value is 63 (25% from 255 or 15.18% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #3FA2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA2BE is #C05D41. Grayscale: #878787. Windows color (decimal): -12606786 or 12493375. OLE color: 12493375.

HSL color Cylindrical-coordinate representation of color #3FA2BE: hue angle of 193.23º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FA2BE is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63162190-
CMYK0.670.1500.25
HSL193.23º50.2%49.61%-
HSV(B)193.23º66.84%74.51%-
XYZ24.2630.6253.35-
YUV135.59158.776.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.18%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=15.18%
G=39.04%
B=45.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631621900.670.1500.25193.2350.249.61
Hex3FA2BE43F019c13232
Octal77242276103170313016262
Binary11111110100010101111101000011111101100111000001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,162,190); }

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

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

 a { background-color: rgb(63,162,190); }

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

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

 span { border-color: rgb(63,162,190); }

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