Html Css Color HEX #3F71AB Lochmara

📋 copy color: '#3F71AB'

red 63 ◦ green 113 ◦ blue 171

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

Shades of Lochmara #3F71AB

Tints of Lochmara #3F71AB

RGB

 RED value IS 63 (25% from 255) = 18.16%

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

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

R = 18.16%
G = 32.56%
B = 49.28%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F71AB (or 0x3F71AB) is known color: Lochmara. HEX triplet: 3F, 71 and AB. RGB value is (63,113,171). Sum of RGB (Red+Green+Blue) = 63+113+171=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F71AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F71AB is #C08E54. Grayscale: #686868. Windows color (decimal): -12619349 or 11235647. OLE color: 11235647.

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

Color convert

RGB 63 113 171 -
CMYK 0.63 0.34 0 0.33
HSL 212.22º 0.46% 0.46% -
HSV(B) 212.22º 0.63% 0.67% -
XYZ 15.31 15.81 40.77 -
YUV 104.66 165.44 98.28 -
System Red Green Blue C M Y K H S L
Decimal 63 113 171 0.63 0.34 0 0.33 212.22 0.46 0.46
Hex 3F 71 AB 3F 22 0 21 D4 2E 2E
Octal 77 161 253 77 42 0 41 324 56 56
Binary 111111 1110001 10101011 111111 100010 0 100001 11010100 101110 101110

Color Harmonies of #3F71AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F71AB

Black with #3F71AB

Text Example


Text Example

White with #3F71AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,113,171); }

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

background-color css

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

 a { background-color: rgb(63,113,171); }

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

border-color css

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

 span { border-color: rgb(63,113,171); }

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