Html Css Color HEX #39759B Lochmara

📋 copy color: '#39759B'

red 57 ◦ green 117 ◦ blue 155

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

Shades of Lochmara #39759B

Tints of Lochmara #39759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.56%

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

R = 17.33%
G = 35.56%
B = 47.11%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39759B (or 0x39759B) is known color: Lochmara. HEX triplet: 39, 75 and 9B. RGB value is (57,117,155). Sum of RGB (Red+Green+Blue) = 57+117+155=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #39759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39759B is #C68A64. Grayscale: #676767. Windows color (decimal): -13011557 or 10188089. OLE color: 10188089.

HSL color Cylindrical-coordinate representation of color #39759B: hue angle of 203.27º 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 #39759B is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 117 155 -
CMYK 0.63 0.25 0 0.39
HSL 203.27º 0.46% 0.42% -
HSV(B) 203.27º 0.63% 0.61% -
XYZ 13.97 15.96 33.35 -
YUV 103.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 57 117 155 0.63 0.25 0 0.39 203.27 0.46 0.42
Hex 39 75 9B 3F 19 0 27 CB 2E 2A
Octal 71 165 233 77 31 0 47 313 56 52
Binary 111001 1110101 10011011 111111 11001 0 100111 11001011 101110 101010

Color Harmonies of #39759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39759B

Black with #39759B

Text Example


Text Example

White with #39759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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