Html Css Color HEX #3F7199 Lochmara

📋 copy color: '#3F7199'

red 63 ◦ green 113 ◦ blue 153

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

Shades of Lochmara #3F7199

Tints of Lochmara #3F7199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.5%

R = 19.15%
G = 34.35%
B = 46.5%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3F7199 (or 0x3F7199) is known color: Lochmara. HEX triplet: 3F, 71 and 99. RGB value is (63,113,153). Sum of RGB (Red+Green+Blue) = 63+113+153=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F7199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7199 is #C08E66. Grayscale: #666666. Windows color (decimal): -12619367 or 10055999. OLE color: 10055999.

HSL color Cylindrical-coordinate representation of color #3F7199: hue angle of 206.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F7199 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 63 113 153 -
CMYK 0.59 0.26 0 0.4
HSL 206.67º 0.42% 0.42% -
HSV(B) 206.67º 0.59% 0.6% -
XYZ 13.7 15.17 32.34 -
YUV 102.61 156.44 99.75 -
System Red Green Blue C M Y K H S L
Decimal 63 113 153 0.59 0.26 0 0.4 206.67 0.42 0.42
Hex 3F 71 99 3B 1A 0 28 CF 2A 2A
Octal 77 161 231 73 32 0 50 317 52 52
Binary 111111 1110001 10011001 111011 11010 0 101000 11001111 101010 101010

Color Harmonies of #3F7199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7199

Black with #3F7199

Text Example


Text Example

White with #3F7199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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