#2F5FA1

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

Shades of Lochmara #2F5FA1

Tints of Lochmara #2F5FA1

Color information

#2F5FA1 (or 0x2F5FA1) is unknown color: approx Lochmara. HEX triplet: 2F, 5F and A1. RGB value is (47,95,161). Sum of RGB (Red+Green+Blue) = 47+95+161=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 161 (63.28% from 255 or 53.14% from 303); Max value from RGB is 161 - color contains mainly: blue. Hex color #2F5FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5FA1 is #D0A05E. Grayscale: #575757. Windows color (decimal): -13672543 or 10575663. OLE color: 10575663.

HSL color Cylindrical-coordinate representation of color #2F5FA1: hue angle of 214.74º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F5FA1 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4795161-
CMYK0.710.4100.37
HSL214.74º54.81%40.78%-
HSV(B)214.74º70.81%63.14%-
XYZ11.711.3635.29-
YUV88.17169.198.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.51%
GREEN value IS 95 (37.5% from 255) = 31.35%
BLUE value IS 161 (63.28% from 255) = 53.14%
R=15.51%
G=31.35%
B=53.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal47951610.710.4100.37214.7454.8140.78
Hex2F5FA14729025d73729
Octal57137241107510453276751
Binary1011111011111101000011000111101001010010111010111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,95,161); }

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

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

 a { background-color: rgb(47,95,161); }

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

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

 span { border-color: rgb(47,95,161); }

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