Html Css Color HEX #3E749B Lochmara

📋 copy color: '#3E749B'

red 62 ◦ green 116 ◦ blue 155

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

Shades of Lochmara #3E749B

Tints of Lochmara #3E749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.83%

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

R = 18.62%
G = 34.83%
B = 46.55%

CMYK

 C value IS 0.6

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E749B (or 0x3E749B) is known color: Lochmara. HEX triplet: 3E, 74 and 9B. RGB value is (62,116,155). Sum of RGB (Red+Green+Blue) = 62+116+155=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E749B is #C18B64. Grayscale: #686868. Windows color (decimal): -12684133 or 10187838. OLE color: 10187838.

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

Color convert

RGB 62 116 155 -
CMYK 0.6 0.25 0 0.39
HSL 205.16º 0.43% 0.43% -
HSV(B) 205.16º 0.6% 0.61% -
XYZ 14.15 15.88 33.33 -
YUV 104.3 156.61 97.83 -
System Red Green Blue C M Y K H S L
Decimal 62 116 155 0.6 0.25 0 0.39 205.16 0.43 0.43
Hex 3E 74 9B 3C 19 0 27 CD 2B 2B
Octal 76 164 233 74 31 0 47 315 53 53
Binary 111110 1110100 10011011 111100 11001 0 100111 11001101 101011 101011

Color Harmonies of #3E749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E749B

Black with #3E749B

Text Example


Text Example

White with #3E749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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