Html Css Color HEX #3B709B Lochmara

📋 copy color: '#3B709B'

red 59 ◦ green 112 ◦ blue 155

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

Shades of Lochmara #3B709B

Tints of Lochmara #3B709B

RGB

 RED value IS 59 (23.44% from 255) = 18.1%

 GREEN value IS 112 (44.14% from 255) = 34.36%

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

R = 18.1%
G = 34.36%
B = 47.55%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3B709B (or 0x3B709B) is known color: Lochmara. HEX triplet: 3B, 70 and 9B. RGB value is (59,112,155). Sum of RGB (Red+Green+Blue) = 59+112+155=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B709B is #C48F64. Grayscale: #646464. Windows color (decimal): -12881765 or 10186811. OLE color: 10186811.

HSL color Cylindrical-coordinate representation of color #3B709B: hue angle of 206.88º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B709B is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 59 112 155 -
CMYK 0.62 0.28 0 0.39
HSL 206.88º 0.45% 0.42% -
HSV(B) 206.88º 0.62% 0.61% -
XYZ 13.51 14.88 33.17 -
YUV 101.06 158.44 98 -
System Red Green Blue C M Y K H S L
Decimal 59 112 155 0.62 0.28 0 0.39 206.88 0.45 0.42
Hex 3B 70 9B 3E 1C 0 27 CF 2D 2A
Octal 73 160 233 76 34 0 47 317 55 52
Binary 111011 1110000 10011011 111110 11100 0 100111 11001111 101101 101010

Color Harmonies of #3B709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B709B

Black with #3B709B

Text Example


Text Example

White with #3B709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B709B; }

 p { color: rgb(59,112,155); }

 H1.HeaderClassName
 {
   color: #3B709B;
 }
 .AnyTagClassName
 {
   color: #3B709B;
 }
</style>

background-color css

<style>
 a { background-color: #3B709B; }

 a { background-color: rgb(59,112,155); }

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

border-color css

<style>
 span { border-color: #3B709B; }

 span { border-color: rgb(59,112,155); }

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