Html Css Color HEX #3F7198 Lochmara

📋 copy color: '#3F7198'

red 63 ◦ green 113 ◦ blue 152

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

Shades of Lochmara #3F7198

Tints of Lochmara #3F7198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.34%

R = 19.21%
G = 34.45%
B = 46.34%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3F7198 (or 0x3F7198) is known color: Lochmara. HEX triplet: 3F, 71 and 98. RGB value is (63,113,152). Sum of RGB (Red+Green+Blue) = 63+113+152=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F7198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7198 is #C08E67. Grayscale: #666666. Windows color (decimal): -12619368 or 9990463. OLE color: 9990463.

HSL color Cylindrical-coordinate representation of color #3F7198: hue angle of 206.29º degrees, saturation: 0.41, 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 #3F7198 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 63 113 152 -
CMYK 0.59 0.26 0 0.40
HSL 206.29º 0.41% 0.42% -
HSV(B) 206.29º 0.59% 0.6% -
XYZ 13.62 15.13 31.91 -
YUV 102.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 63 113 152 0.59 0.26 0 0.40 206.29 0.41 0.42
Hex 3F 71 98 3B 1A 0 28 CE 29 2A
Octal 77 161 230 73 32 0 50 316 51 52
Binary 111111 1110001 10011000 111011 11010 0 101000 11001110 101001 101010

Color Harmonies of #3F7198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7198

Black with #3F7198

Text Example


Text Example

White with #3F7198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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