#2F66AE

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

Shades of Lochmara #2F66AE

Tints of Lochmara #2F66AE

Color information

#2F66AE (or 0x2F66AE) is unknown color: approx Lochmara. HEX triplet: 2F, 66 and AE. RGB value is (47,102,174). Sum of RGB (Red+Green+Blue) = 47+102+174=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F66AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F66AE is #D09951. Grayscale: #5D5D5D. Windows color (decimal): -13670738 or 11429423. OLE color: 11429423.

HSL color Cylindrical-coordinate representation of color #2F66AE: hue angle of 214.02º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F66AE is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB47102174-
CMYK0.730.4100.32
HSL214.02º57.47%43.33%-
HSV(B)214.02º72.99%68.24%-
XYZ13.5613.1641.87-
YUV93.76173.2894.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.55%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=14.55%
G=31.58%
B=53.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal471021740.730.4100.32214.0257.4743.33
Hex2F66AE4929020d6392b
Octal57146256111510403267153
Binary1011111100110101011101001001101001010000011010110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F66AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,102,174); }

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

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

 a { background-color: rgb(47,102,174); }

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

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

 span { border-color: rgb(47,102,174); }

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