Html Css Color HEX #3F709F Lochmara

📋 copy color: '#3F709F'

red 63 ◦ green 112 ◦ blue 159

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

Shades of Lochmara #3F709F

Tints of Lochmara #3F709F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.6%

R = 18.86%
G = 33.53%
B = 47.6%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F709F (or 0x3F709F) is known color: Lochmara. HEX triplet: 3F, 70 and 9F. RGB value is (63,112,159). Sum of RGB (Red+Green+Blue) = 63+112+159=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F709F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F709F is #C08F60. Grayscale: #666666. Windows color (decimal): -12619617 or 10448959. OLE color: 10448959.

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

Color convert

RGB 63 112 159 -
CMYK 0.60 0.30 0 0.38
HSL 209.38º 0.43% 0.44% -
HSV(B) 209.38º 0.6% 0.62% -
XYZ 14.1 15.15 34.98 -
YUV 102.71 159.77 99.68 -
System Red Green Blue C M Y K H S L
Decimal 63 112 159 0.60 0.30 0 0.38 209.38 0.43 0.44
Hex 3F 70 9F 3C 1E 0 26 D1 2B 2C
Octal 77 160 237 74 36 0 46 321 53 54
Binary 111111 1110000 10011111 111100 11110 0 100110 11010001 101011 101100

Color Harmonies of #3F709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F709F

Black with #3F709F

Text Example


Text Example

White with #3F709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,112,159); }

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

background-color css

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

 a { background-color: rgb(63,112,159); }

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

border-color css

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

 span { border-color: rgb(63,112,159); }

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