#2F789A

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

Shades of Lochmara #2F789A

Tints of Lochmara #2F789A

Color information

#2F789A (or 0x2F789A) is unknown color: approx Lochmara. HEX triplet: 2F, 78 and 9A. RGB value is (47,120,154). Sum of RGB (Red+Green+Blue) = 47+120+154=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F789A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F789A is #D08765. Grayscale: #656565. Windows color (decimal): -13666150 or 10123311. OLE color: 10123311.

HSL color Cylindrical-coordinate representation of color #2F789A: hue angle of 199.07º 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 #2F789A is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB47120154-
CMYK0.690.2200.40
HSL199.07º53.23%39.41%-
HSV(B)199.07º69.48%60.39%-
XYZ13.7216.3733.01-
YUV102.05157.3288.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.64%
GREEN value IS 120 (47.27% from 255) = 37.38%
BLUE value IS 154 (60.55% from 255) = 47.98%
R=14.64%
G=37.38%
B=47.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal471201540.690.2200.40199.0753.2339.41
Hex2F789A4516028c73527
Octal57170232105260503076547
Binary101111111100010011010100010110110010100011000111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F789A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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