Html Css Color HEX #3E719B Lochmara

📋 copy color: '#3E719B'

red 62 ◦ green 113 ◦ blue 155

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

Shades of Lochmara #3E719B

Tints of Lochmara #3E719B

RGB

 RED value IS 62 (24.61% from 255) = 18.79%

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

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

R = 18.79%
G = 34.24%
B = 46.97%

CMYK

 C value IS 0.6

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E719B (or 0x3E719B) is known color: Lochmara. HEX triplet: 3E, 71 and 9B. RGB value is (62,113,155). Sum of RGB (Red+Green+Blue) = 62+113+155=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E719B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E719B is #C18E64. Grayscale: #666666. Windows color (decimal): -12684901 or 10187070. OLE color: 10187070.

HSL color Cylindrical-coordinate representation of color #3E719B: hue angle of 207.1º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E719B is Cyan = 0.6, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 62 113 155 -
CMYK 0.6 0.27 0 0.39
HSL 207.1º 0.43% 0.43% -
HSV(B) 207.1º 0.6% 0.61% -
XYZ 13.81 15.2 33.22 -
YUV 102.54 157.6 99.08 -
System Red Green Blue C M Y K H S L
Decimal 62 113 155 0.6 0.27 0 0.39 207.1 0.43 0.43
Hex 3E 71 9B 3C 1B 0 27 CF 2B 2B
Octal 76 161 233 74 33 0 47 317 53 53
Binary 111110 1110001 10011011 111100 11011 0 100111 11001111 101011 101011

Color Harmonies of #3E719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E719B

Black with #3E719B

Text Example


Text Example

White with #3E719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,113,155); }

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

background-color css

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

 a { background-color: rgb(62,113,155); }

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

border-color css

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

 span { border-color: rgb(62,113,155); }

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