#3FAEBE

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

Shades of Viking #3FAEBE

Tints of Viking #3FAEBE

Color information

#3FAEBE (or 0x3FAEBE) is unknown color: approx Viking. HEX triplet: 3F, AE and BE. RGB value is (63,174,190). Sum of RGB (Red+Green+Blue) = 63+174+190=427 (56% of max value = 765). Red value is 63 (25% from 255 or 14.75% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #3FAEBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAEBE is #C05141. Grayscale: #8E8E8E. Windows color (decimal): -12603714 or 12496447. OLE color: 12496447.

HSL color Cylindrical-coordinate representation of color #3FAEBE: hue angle of 187.56º 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 #3FAEBE is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63174190-
CMYK0.670.0800.25
HSL187.56º50.2%49.61%-
HSV(B)187.56º66.84%74.51%-
XYZ26.4835.0554.08-
YUV142.64154.7371.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.75%
GREEN value IS 174 (68.36% from 255) = 40.75%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=14.75%
G=40.75%
B=44.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631741900.670.0800.25187.5650.249.61
Hex3FAEBE438019bc3232
Octal77256276103100312746262
Binary11111110101110101111101000011100001100110111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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