Html Css Color HEX #3E709C Lochmara

📋 copy color: '#3E709C'

red 62 ◦ green 112 ◦ blue 156

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

Shades of Lochmara #3E709C

Tints of Lochmara #3E709C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.27%

R = 18.79%
G = 33.94%
B = 47.27%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E709C (or 0x3E709C) is known color: Lochmara. HEX triplet: 3E, 70 and 9C. RGB value is (62,112,156). Sum of RGB (Red+Green+Blue) = 62+112+156=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E709C is #C18F63. Grayscale: #656565. Windows color (decimal): -12685156 or 10252350. OLE color: 10252350.

HSL color Cylindrical-coordinate representation of color #3E709C: hue angle of 208.09º 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 #3E709C is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 62 112 156 -
CMYK 0.60 0.28 0 0.39
HSL 208.09º 0.43% 0.43% -
HSV(B) 208.09º 0.6% 0.61% -
XYZ 13.78 15.01 33.62 -
YUV 102.07 158.44 99.42 -
System Red Green Blue C M Y K H S L
Decimal 62 112 156 0.60 0.28 0 0.39 208.09 0.43 0.43
Hex 3E 70 9C 3C 1C 0 27 D0 2B 2B
Octal 76 160 234 74 34 0 47 320 53 53
Binary 111110 1110000 10011100 111100 11100 0 100111 11010000 101011 101011

Color Harmonies of #3E709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E709C

Black with #3E709C

Text Example


Text Example

White with #3E709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,112,156); }

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

background-color css

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

 a { background-color: rgb(62,112,156); }

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

border-color css

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

 span { border-color: rgb(62,112,156); }

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