#2F7095

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

Shades of Lochmara #2F7095

Tints of Lochmara #2F7095

Color information

#2F7095 (or 0x2F7095) is unknown color: approx Lochmara. HEX triplet: 2F, 70 and 95. RGB value is (47,112,149). Sum of RGB (Red+Green+Blue) = 47+112+149=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F7095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7095 is #D08F6A. Grayscale: #606060. Windows color (decimal): -13668203 or 9793583. OLE color: 9793583.

HSL color Cylindrical-coordinate representation of color #2F7095: hue angle of 201.76º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F7095 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB47112149-
CMYK0.680.2500.42
HSL201.76º52.04%38.43%-
HSV(B)201.76º68.46%58.43%-
XYZ12.3914.3630.55-
YUV96.78157.4792.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.26%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 149 (58.59% from 255) = 48.38%
R=15.26%
G=36.36%
B=48.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal471121490.680.2500.42201.7652.0438.43
Hex2F7095441902Aca3426
Octal57160225104310523126446
Binary101111111000010010101100010011001010101011001010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F7095; }

 p { color: rgb(47,112,149); }

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

<style>
 a { background-color: #2F7095; }

 a { background-color: rgb(47,112,149); }

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

<style>
 span { border-color: #2F7095; }

 span { border-color: rgb(47,112,149); }

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