#2F769B

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

Shades of Lochmara #2F769B

Tints of Lochmara #2F769B

Color information

#2F769B (or 0x2F769B) is unknown color: approx Lochmara. HEX triplet: 2F, 76 and 9B. RGB value is (47,118,155). Sum of RGB (Red+Green+Blue) = 47+118+155=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F769B is #D08964. Grayscale: #646464. Windows color (decimal): -13666661 or 10188335. OLE color: 10188335.

HSL color Cylindrical-coordinate representation of color #2F769B: hue angle of 200.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F769B is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB47118155-
CMYK0.700.2400.39
HSL200.56º53.47%39.61%-
HSV(B)200.56º69.68%60.78%-
XYZ13.5715.9333.37-
YUV100.99158.4889.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.69%
GREEN value IS 118 (46.48% from 255) = 36.88%
BLUE value IS 155 (60.94% from 255) = 48.44%
R=14.69%
G=36.88%
B=48.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal471181550.700.2400.39200.5653.4739.61
Hex2F769B4618027c93528
Octal57166233106300473116550
Binary101111111011010011011100011011000010011111001001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,118,155); }

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

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

 a { background-color: rgb(47,118,155); }

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

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

 span { border-color: rgb(47,118,155); }

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