#399DC6

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

Shades of Viking #399DC6

Tints of Viking #399DC6

Color information

#399DC6 (or 0x399DC6) is unknown color: approx Viking. HEX triplet: 39, 9D and C6. RGB value is (57,157,198). Sum of RGB (Red+Green+Blue) = 57+157+198=412 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.83% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #399DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DC6 is #C66239. Grayscale: #838383. Windows color (decimal): -13001274 or 13016377. OLE color: 13016377.

HSL color Cylindrical-coordinate representation of color #399DC6: hue angle of 197.45º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #399DC6 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB57157198-
CMYK0.710.2100.22
HSL197.45º55.29%50%-
HSV(B)197.45º71.21%77.65%-
XYZ23.9429.0657.77-
YUV131.77165.3774.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.83%
GREEN value IS 157 (61.72% from 255) = 38.11%
BLUE value IS 198 (77.73% from 255) = 48.06%
R=13.83%
G=38.11%
B=48.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal571571980.710.2100.22197.4555.2950
Hex399DC64715016c53732
Octal71235306107250263056762
Binary111001100111011100011010001111010101011011000101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399DC6; }

 p { color: rgb(57,157,198); }

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

<style>
 a { background-color: #399DC6; }

 a { background-color: rgb(57,157,198); }

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

<style>
 span { border-color: #399DC6; }

 span { border-color: rgb(57,157,198); }

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