Html Css Color HEX #39739B Lochmara

📋 copy color: '#39739B'

red 57 ◦ green 115 ◦ blue 155

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

Shades of Lochmara #39739B

Tints of Lochmara #39739B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.4%

R = 17.43%
G = 35.17%
B = 47.4%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39739B (or 0x39739B) is known color: Lochmara. HEX triplet: 39, 73 and 9B. RGB value is (57,115,155). Sum of RGB (Red+Green+Blue) = 57+115+155=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #39739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39739B is #C68C64. Grayscale: #656565. Windows color (decimal): -13012069 or 10187577. OLE color: 10187577.

HSL color Cylindrical-coordinate representation of color #39739B: hue angle of 204.49º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39739B is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 115 155 -
CMYK 0.63 0.26 0 0.39
HSL 204.49º 0.46% 0.42% -
HSV(B) 204.49º 0.63% 0.61% -
XYZ 13.73 15.5 33.28 -
YUV 102.22 157.78 95.75 -
System Red Green Blue C M Y K H S L
Decimal 57 115 155 0.63 0.26 0 0.39 204.49 0.46 0.42
Hex 39 73 9B 3F 1A 0 27 CC 2E 2A
Octal 71 163 233 77 32 0 47 314 56 52
Binary 111001 1110011 10011011 111111 11010 0 100111 11001100 101110 101010

Color Harmonies of #39739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39739B

Black with #39739B

Text Example


Text Example

White with #39739B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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