Html Css Color HEX #3F719E Lochmara

📋 copy color: '#3F719E'

red 63 ◦ green 113 ◦ blue 158

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

Shades of Lochmara #3F719E

Tints of Lochmara #3F719E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.31%

R = 18.86%
G = 33.83%
B = 47.31%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F719E (or 0x3F719E) is known color: Lochmara. HEX triplet: 3F, 71 and 9E. RGB value is (63,113,158). Sum of RGB (Red+Green+Blue) = 63+113+158=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F719E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F719E is #C08E61. Grayscale: #666666. Windows color (decimal): -12619362 or 10383679. OLE color: 10383679.

HSL color Cylindrical-coordinate representation of color #3F719E: hue angle of 208.42º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F719E is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 113 158 -
CMYK 0.60 0.28 0 0.38
HSL 208.42º 0.43% 0.43% -
HSV(B) 208.42º 0.6% 0.62% -
XYZ 14.13 15.34 34.56 -
YUV 103.18 158.94 99.34 -
System Red Green Blue C M Y K H S L
Decimal 63 113 158 0.60 0.28 0 0.38 208.42 0.43 0.43
Hex 3F 71 9E 3C 1C 0 26 D0 2B 2B
Octal 77 161 236 74 34 0 46 320 53 53
Binary 111111 1110001 10011110 111100 11100 0 100110 11010000 101011 101011

Color Harmonies of #3F719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F719E

Black with #3F719E

Text Example


Text Example

White with #3F719E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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