#2F7B9A

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

Shades of Lochmara #2F7B9A

Tints of Lochmara #2F7B9A

Color information

#2F7B9A (or 0x2F7B9A) is unknown color: approx Lochmara. HEX triplet: 2F, 7B and 9A. RGB value is (47,123,154). Sum of RGB (Red+Green+Blue) = 47+123+154=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F7B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7B9A is #D08465. Grayscale: #676767. Windows color (decimal): -13665382 or 10124079. OLE color: 10124079.

HSL color Cylindrical-coordinate representation of color #2F7B9A: hue angle of 197.38º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F7B9A is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB47123154-
CMYK0.690.2000.40
HSL197.38º53.23%39.41%-
HSV(B)197.38º69.48%60.39%-
XYZ14.0917.133.13-
YUV103.81156.3287.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.51%
GREEN value IS 123 (48.44% from 255) = 37.96%
BLUE value IS 154 (60.55% from 255) = 47.53%
R=14.51%
G=37.96%
B=47.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal471231540.690.2000.40197.3853.2339.41
Hex2F7B9A4514028c53527
Octal57173232105240503056547
Binary101111111101110011010100010110100010100011000101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,123,154); }

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

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

 a { background-color: rgb(47,123,154); }

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

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

 span { border-color: rgb(47,123,154); }

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