#3FAECD

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

Shades of Viking #3FAECD

Tints of Viking #3FAECD

Color information

#3FAECD (or 0x3FAECD) is unknown color: approx Viking. HEX triplet: 3F, AE and CD. RGB value is (63,174,205). Sum of RGB (Red+Green+Blue) = 63+174+205=442 (58% of max value = 765). Red value is 63 (25% from 255 or 14.25% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #3FAECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAECD is #C05132. Grayscale: #909090. Windows color (decimal): -12603699 or 13479487. OLE color: 13479487.

HSL color Cylindrical-coordinate representation of color #3FAECD: hue angle of 193.1º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FAECD is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB63174205-
CMYK0.690.1500.20
HSL193.1º58.68%52.55%-
HSV(B)193.1º69.27%80.39%-
XYZ28.2135.7463.17-
YUV144.34162.2369.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.25%
GREEN value IS 174 (68.36% from 255) = 39.37%
BLUE value IS 205 (80.47% from 255) = 46.38%
R=14.25%
G=39.37%
B=46.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal631742050.690.1500.20193.158.6852.55
Hex3FAECD45F014c13b35
Octal77256315105170243017365
Binary11111110101110110011011000101111101010011000001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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