Html Css Color HEX #399EC7 Viking

📋 copy color: '#399EC7'

red 57 ◦ green 158 ◦ blue 199

#399EC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #399EC7

Tints of Viking #399EC7

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.13% from 255) = 48.07%

R = 13.77%
G = 38.16%
B = 48.07%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#399EC7 (or 0x399EC7) is known color: 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

RGB 57 158 199 -
CMYK 0.71 0.21 0 0.22
HSL 197.32º 0.56% 0.5% -
HSV(B) 197.32º 0.71% 0.78% -
XYZ 24.22 29.45 58.44 -
YUV 132.48 165.54 74.17 -
System Red Green Blue C M Y K H S L
Decimal 57 158 199 0.71 0.21 0 0.22 197.32 0.56 0.5
Hex 39 9E C7 47 15 0 16 C5 38 32
Octal 71 236 307 107 25 0 26 305 70 62
Binary 111001 10011110 11000111 1000111 10101 0 10110 11000101 111000 110010

Color Harmonies of #399EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399EC7

Black with #399EC7

Text Example


Text Example

White with #399EC7

Text Example


Text Example

HTML Codes & Css Web 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>