#3F7298

Color #3F7298 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #3F7298

Tints of Lochmara #3F7298

Color information

#3F7298 (or 0x3F7298) is unknown color: approx Lochmara. HEX triplet: 3F, 72 and 98. RGB value is (63,114,152). Sum of RGB (Red+Green+Blue) = 63+114+152=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F7298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7298 is #C08D67. Grayscale: #666666. Windows color (decimal): -12619112 or 9990719. OLE color: 9990719.

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

Color convert

RGB63114152-
CMYK0.590.2500.40
HSL205.62º41.4%42.16%-
HSV(B)205.62º58.55%59.61%-
XYZ13.7315.3631.95-
YUV103.08155.699.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.15%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 152 (59.77% from 255) = 46.20%
R=19.15%
G=34.65%
B=46.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal631141520.590.2500.40205.6241.442.16
Hex3F72983B19028ce292a
Octal7716223073310503165152
Binary11111111100101001100011101111001010100011001110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F7298;
 }
 .AnyTagClassName
 {
   color: #3F7298;
 }
</style>
background-color css

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

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

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

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

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

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