#399EC7

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

Shades of Viking #399EC7

Tints of Viking #399EC7

Color information

#399EC7 (or 0x399EC7) is unknown color: approx Viking. HEX triplet: 39, 9E and C7. RGB value is (57,158,199). Sum of RGB (Red+Green+Blue) = 57+158+199=414 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.77% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 199 (78.12% from 255 or 48.07% from 414); Max value from RGB is 199 - color contains mainly: blue. Hex color #399EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399EC7 is #C66138. Grayscale: #848484. Windows color (decimal): -13001017 or 13082169. OLE color: 13082169.

HSL color Cylindrical-coordinate representation of color #399EC7: hue angle of 197.32º degrees, saturation: 0.56, 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 #399EC7 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB57158199-
CMYK0.710.2100.22
HSL197.32º55.91%50.2%-
HSV(B)197.32º71.36%78.04%-
XYZ24.2229.4558.44-
YUV132.48165.5474.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.77%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 199 (78.12% from 255) = 48.07%
R=13.77%
G=38.16%
B=48.07%

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
Decimal571581990.710.2100.22197.3255.9150.2
Hex399EC74715016c53832
Octal71236307107250263057062
Binary111001100111101100011110001111010101011011000101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,158,199); }

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

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

 a { background-color: rgb(57,158,199); }

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

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

 span { border-color: rgb(57,158,199); }

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