#2F6EA5

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

Shades of Lochmara #2F6EA5

Tints of Lochmara #2F6EA5

Color information

#2F6EA5 (or 0x2F6EA5) is unknown color: approx Lochmara. HEX triplet: 2F, 6E and A5. RGB value is (47,110,165). Sum of RGB (Red+Green+Blue) = 47+110+165=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 165 (64.84% from 255 or 51.24% from 322); Max value from RGB is 165 - color contains mainly: blue. Hex color #2F6EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6EA5 is #D0915A. Grayscale: #616161. Windows color (decimal): -13668699 or 10841647. OLE color: 10841647.

HSL color Cylindrical-coordinate representation of color #2F6EA5: hue angle of 207.97º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F6EA5 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB47110165-
CMYK0.720.3300.35
HSL207.97º55.66%41.57%-
HSV(B)207.97º71.52%64.71%-
XYZ13.5414.4737.68-
YUV97.43166.1392.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.60%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 165 (64.84% from 255) = 51.24%
R=14.60%
G=34.16%
B=51.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal471101650.720.3300.35207.9755.6641.57
Hex2F6EA54821023d0382a
Octal57156245110410433207052
Binary1011111101110101001011001000100001010001111010000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,110,165); }

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

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

 a { background-color: rgb(47,110,165); }

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

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

 span { border-color: rgb(47,110,165); }

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