#3F7BA2

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

Shades of Lochmara #3F7BA2

Tints of Lochmara #3F7BA2

Color information

#3F7BA2 (or 0x3F7BA2) is unknown color: approx Lochmara. HEX triplet: 3F, 7B and A2. RGB value is (63,123,162). Sum of RGB (Red+Green+Blue) = 63+123+162=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 162 (63.67% from 255 or 46.55% from 348); Max value from RGB is 162 - color contains mainly: blue. Hex color #3F7BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7BA2 is #C0845D. Grayscale: #6D6D6D. Windows color (decimal): -12616798 or 10648383. OLE color: 10648383.

HSL color Cylindrical-coordinate representation of color #3F7BA2: hue angle of 203.64º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F7BA2 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB63123162-
CMYK0.610.2400.36
HSL203.64º44%44.12%-
HSV(B)203.64º61.11%63.53%-
XYZ15.6517.8336.8-
YUV109.51157.6294.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.10%
GREEN value IS 123 (48.44% from 255) = 35.34%
BLUE value IS 162 (63.67% from 255) = 46.55%
R=18.10%
G=35.34%
B=46.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631231620.610.2400.36203.644444.12
Hex3F7BA23D18024cc2c2c
Octal7717324275300443145454
Binary11111111110111010001011110111000010010011001100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,123,162); }

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

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

 a { background-color: rgb(63,123,162); }

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

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

 span { border-color: rgb(63,123,162); }

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