Html Css Color HEX #3B719D Lochmara

📋 copy color: '#3B719D'

red 59 ◦ green 113 ◦ blue 157

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

Shades of Lochmara #3B719D

Tints of Lochmara #3B719D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.72%

R = 17.93%
G = 34.35%
B = 47.72%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B719D (or 0x3B719D) is known color: Lochmara. HEX triplet: 3B, 71 and 9D. RGB value is (59,113,157). Sum of RGB (Red+Green+Blue) = 59+113+157=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B719D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B719D is #C48E62. Grayscale: #656565. Windows color (decimal): -12881507 or 10318139. OLE color: 10318139.

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

Color convert

RGB 59 113 157 -
CMYK 0.62 0.28 0 0.38
HSL 206.94º 0.45% 0.42% -
HSV(B) 206.94º 0.62% 0.62% -
XYZ 13.79 15.17 34.1 -
YUV 101.87 159.11 97.42 -
System Red Green Blue C M Y K H S L
Decimal 59 113 157 0.62 0.28 0 0.38 206.94 0.45 0.42
Hex 3B 71 9D 3E 1C 0 26 CF 2D 2A
Octal 73 161 235 76 34 0 46 317 55 52
Binary 111011 1110001 10011101 111110 11100 0 100110 11001111 101101 101010

Color Harmonies of #3B719D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B719D

Black with #3B719D

Text Example


Text Example

White with #3B719D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,113,157); }

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

background-color css

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

 a { background-color: rgb(59,113,157); }

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

border-color css

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

 span { border-color: rgb(59,113,157); }

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