Html Css Color HEX #3E70AB Lochmara

📋 copy color: '#3E70AB'

red 62 ◦ green 112 ◦ blue 171

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

Shades of Lochmara #3E70AB

Tints of Lochmara #3E70AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.57%

R = 17.97%
G = 32.46%
B = 49.57%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E70AB (or 0x3E70AB) is known color: Lochmara. HEX triplet: 3E, 70 and AB. RGB value is (62,112,171). Sum of RGB (Red+Green+Blue) = 62+112+171=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E70AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E70AB is #C18F54. Grayscale: #676767. Windows color (decimal): -12685141 or 11235390. OLE color: 11235390.

HSL color Cylindrical-coordinate representation of color #3E70AB: hue angle of 212.48º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E70AB is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 112 171 -
CMYK 0.64 0.35 0 0.33
HSL 212.48º 0.47% 0.46% -
HSV(B) 212.48º 0.64% 0.67% -
XYZ 15.13 15.55 40.73 -
YUV 103.78 165.94 98.2 -
System Red Green Blue C M Y K H S L
Decimal 62 112 171 0.64 0.35 0 0.33 212.48 0.47 0.46
Hex 3E 70 AB 40 23 0 21 D4 2F 2E
Octal 76 160 253 100 43 0 41 324 57 56
Binary 111110 1110000 10101011 1000000 100011 0 100001 11010100 101111 101110

Color Harmonies of #3E70AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E70AB

Black with #3E70AB

Text Example


Text Example

White with #3E70AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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