Html Css Color HEX #39739F Lochmara

📋 copy color: '#39739F'

red 57 ◦ green 115 ◦ blue 159

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

Shades of Lochmara #39739F

Tints of Lochmara #39739F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.74%

 BLUE value IS 159 (62.5% from 255) = 48.04%

R = 17.22%
G = 34.74%
B = 48.04%

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

#39739F (or 0x39739F) is known color: Lochmara. HEX triplet: 39, 73 and 9F. RGB value is (57,115,159). Sum of RGB (Red+Green+Blue) = 57+115+159=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #39739F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39739F is #C68C60. Grayscale: #666666. Windows color (decimal): -13012065 or 10449721. OLE color: 10449721.

HSL color Cylindrical-coordinate representation of color #39739F: hue angle of 205.88º 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 #39739F is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 115 159 -
CMYK 0.64 0.28 0 0.38
HSL 205.88º 0.47% 0.42% -
HSV(B) 205.88º 0.64% 0.62% -
XYZ 14.08 15.63 35.08 -
YUV 102.67 159.78 95.42 -
System Red Green Blue C M Y K H S L
Decimal 57 115 159 0.64 0.28 0 0.38 205.88 0.47 0.42
Hex 39 73 9F 40 1C 0 26 CE 2F 2A
Octal 71 163 237 100 34 0 46 316 57 52
Binary 111001 1110011 10011111 1000000 11100 0 100110 11001110 101111 101010

Color Harmonies of #39739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39739F

Black with #39739F

Text Example


Text Example

White with #39739F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39739F; }

 p { color: rgb(57,115,159); }

 H1.HeaderClassName
 {
   color: #39739F;
 }
 .AnyTagClassName
 {
   color: #39739F;
 }
</style>

background-color css

<style>
 a { background-color: #39739F; }

 a { background-color: rgb(57,115,159); }

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

border-color css

<style>
 span { border-color: #39739F; }

 span { border-color: rgb(57,115,159); }

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