Html Css Color HEX #39719E Lochmara

📋 copy color: '#39719E'

red 57 ◦ green 113 ◦ blue 158

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

Shades of Lochmara #39719E

Tints of Lochmara #39719E

RGB

 RED value IS 57 (22.66% from 255) = 17.38%

 GREEN value IS 113 (44.53% from 255) = 34.45%

 BLUE value IS 158 (62.11% from 255) = 48.17%

R = 17.38%
G = 34.45%
B = 48.17%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39719E (or 0x39719E) is known color: Lochmara. HEX triplet: 39, 71 and 9E. RGB value is (57,113,158). Sum of RGB (Red+Green+Blue) = 57+113+158=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #39719E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39719E is #C68E61. Grayscale: #656565. Windows color (decimal): -13012578 or 10383673. OLE color: 10383673.

HSL color Cylindrical-coordinate representation of color #39719E: hue angle of 206.73º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39719E is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 113 158 -
CMYK 0.64 0.28 0 0.38
HSL 206.73º 0.47% 0.42% -
HSV(B) 206.73º 0.64% 0.62% -
XYZ 13.76 15.15 34.55 -
YUV 101.39 159.95 96.34 -
System Red Green Blue C M Y K H S L
Decimal 57 113 158 0.64 0.28 0 0.38 206.73 0.47 0.42
Hex 39 71 9E 40 1C 0 26 CF 2F 2A
Octal 71 161 236 100 34 0 46 317 57 52
Binary 111001 1110001 10011110 1000000 11100 0 100110 11001111 101111 101010

Color Harmonies of #39719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39719E

Black with #39719E

Text Example


Text Example

White with #39719E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39719E; }

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

 H1.HeaderClassName
 {
   color: #39719E;
 }
 .AnyTagClassName
 {
   color: #39719E;
 }
</style>

background-color css

<style>
 a { background-color: #39719E; }

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

 div.DivClassName
 {
   background-color: #39719E;
 }
 .BgClassName
 {
   background-color: #39719E;
 }
</style>

border-color css

<style>
 span { border-color: #39719E; }

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

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